diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-18 21:48:27 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-18 21:48:27 +0530 |
commit | bcfdbbc2268ed43e76ce32b4e30cedf28033e327 (patch) | |
tree | f5a30451c09a0831c07aba19d84265053005519e /index.html | |
parent | 7f71d061f6da5171f86314ad581f35366a3bf4e1 (diff) |
new
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1d40522 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html > +<head> + <meta charset="UTF-8"> + <title>Hi!</title> + + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> + + + <link rel="stylesheet" href="css/style.css"> + + +</head> + +<body> + <div class="screen"> + <div id="screen" class="terminal_emulator"></div> +</div> + + <script src="js/index.js"></script> + +</body> +</html> |