diff options
author | Pacien TRAN-GIRARD | 2014-08-10 17:28:37 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-08-10 17:28:37 +0200 |
commit | e7bf5952d0729b37e677168b6e8fbd1ce58ed1a2 (patch) | |
tree | 189988e3e272b806262d1df6b87f1da089ef4af8 /index.html | |
parent | a32e898c8d7ad3774f5654e88bb24d5c26482137 (diff) | |
download | whatsthepoint-master.tar.gz |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..80e23c7 --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,25 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <meta | ||
6 | content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" | ||
7 | name="viewport"> | ||
8 | <title>What's The Point?</title> | ||
9 | <link href="point/base.css" rel="stylesheet"> | ||
10 | <script src="point/libs/requirejs/require.js" data-main="point/point"></script> | ||
11 | </head> | ||
12 | <body> | ||
13 | <div id="loadingclock"></div> | ||
14 | |||
15 | <noscript> | ||
16 | Sorry, | ||
17 | <br> | ||
18 | JavaScript is required | ||
19 | <br> | ||
20 | to view this slideshow. | ||
21 | </noscript> | ||
22 | |||
23 | <p-screen></p-screen> | ||
24 | </body> | ||
25 | </html> | ||