Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/index.html b/index.html
index 92630eb..e2759c2 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,10 @@
-<html><body>
- Hello world!
-</body></html>
+<!DOCTYPE html>
+<html>
+ <head>
+ <script data-main="js/app" src="js/lib/require.js"></script>
+ </head>
+ <body>
+ <h1>Hello World</h1>
+ <button onclick="window.close()">Click me</button>
+ </body>
+</html>