summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..6d3f1dd
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <title>Ick CI</title>
+ </head>
+ <body>
+ <noscript>
+ <h1>JavaScript is disabled</h1>
+ <p>In order to use this application, please enable JavaScript in your browser.</p>
+ <p><a href="http://www.enable-javascript.com/" target="_blank">Learn more</a></p>
+ </noscript>
+ <div id="root"></div>
+ <script src="main.js"></script>
+ </body>
+</html>