aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c4fcee8
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport"
+ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <link rel="stylesheet" href="assets/css/main.css">
+ <title>Netflix Personal Stats Generator</title>
+</head>
+<body>
+
+<input class="CookieInput" type="text" placeholder="Type your cookie...">
+
+<script src="assets/js/jQuery.js"></script>
+<script src="assets/js/chart.js"></script>
+<script src="assets/js/main.js"></script>
+</body>
+</html> \ No newline at end of file