summaryrefslogtreecommitdiffstats
path: root/src/static/index.html
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
commit0c190e062e77b9c5012b7a693fa48861b68bcb29 (patch)
treee57780251f711dd6578f46422f3c7563047d5fcb /src/static/index.html
webpack working.
Diffstat (limited to 'src/static/index.html')
-rw-r--r--src/static/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/index.html b/src/static/index.html
new file mode 100644
index 0000000..7942f9f
--- /dev/null
+++ b/src/static/index.html
@@ -0,0 +1,10 @@
+<html>
+
+ <head>
+ <title>This title shows at the top</title>
+ </head>
+
+ <body>
+ <div id='container'></div>
+ <script src='../../dist/bundle.js'></script>
+</html> \ No newline at end of file