Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
blob: e2759c2e54d4e6cb70eb2f7344df1776e7e5618b (plain)
1
2
3
4
5
6
7
8
9
10
<!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>