GUI starting point
Change-Id: Ic7d23bfce0307c4b7cfc9fad9fb5834286ee195c
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..2d0e805
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html>
+ <head>
+ <base href="/">
+ <meta charset="utf-8">
+ <title>FountainJS</title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width">
+ <link rel="icon" type="image/png" href="http://fountainjs.io/assets/imgs/fountain.png" />
+ </head>
+
+ <body>
+ <fountain-root>Loading...</fountain-root>
+ </body>
+</html>