diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-19 21:29:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 21:29:37 +0530 |
commit | 7b41c08d66edca55381581e0b02184dd98c48e0c (patch) | |
tree | 6f3c00357de4e71d2425009d07ef4d0dbb0ed0d7 /index(old).html | |
parent | 31671f0f981d023a67ded7bfff9de39d5aa1cf62 (diff) |
Rename index.html to index(old).html
Diffstat (limited to 'index(old).html')
-rw-r--r-- | index(old).html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/index(old).html b/index(old).html new file mode 100644 index 0000000..affc3d6 --- /dev/null +++ b/index(old).html @@ -0,0 +1,32 @@ +<!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"> +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103897969-2"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-103897969-2'); +</script> + + +</head> + +<body> + <div class="screen"> + <div id="screen" class="terminal_emulator"></div> +</div> + + <script src="js/index.js"></script> + +</body> +</html> |