diff options
author | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
commit | f9d1a6b3c9833036e27920171e45bb73f1764fa3 (patch) | |
tree | e5db46409894da81ca1f4c39b696c94fd1afab82 /example/index.html | |
parent | ba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff) | |
download | purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.gz purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.zst purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.zip |
Adding basic example
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/example/index.html b/example/index.html new file mode 100644 index 0000000..8db646e --- /dev/null +++ b/example/index.html | |||
@@ -0,0 +1,18 @@ | |||
1 | <!doctype html> | ||
2 | <html class="no-js" lang=""> | ||
3 | <head> | ||
4 | <meta charset="utf-8"> | ||
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
6 | <title></title> | ||
7 | <meta name="description" content=""> | ||
8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
9 | </head> | ||
10 | <body> | ||
11 | <!--[if lt IE 8]> | ||
12 | <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
13 | <![endif]--> | ||
14 | <!-- Add your site or application content here --> | ||
15 | <p>Hello world! This is HTML5 Boilerplate.</p> | ||
16 | <script src="dist/app.js"></script> | ||
17 | </body> | ||
18 | </html> | ||