aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2017-10-19 21:29:37 +0530
committerGitHub <noreply@github.com>2017-10-19 21:29:37 +0530
commit7b41c08d66edca55381581e0b02184dd98c48e0c (patch)
tree6f3c00357de4e71d2425009d07ef4d0dbb0ed0d7 /index.html
parent31671f0f981d023a67ded7bfff9de39d5aa1cf62 (diff)
Rename index.html to index(old).html
Diffstat (limited to 'index.html')
-rw-r--r--index.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index affc3d6..0000000
--- a/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!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>