aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/index.html
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-01-13 22:03:09 -0500
committereric thul <thul.eric@gmail.com>2015-01-13 22:03:09 -0500
commitebf06d39692b92058df757b2ec0009f0935d4563 (patch)
treee5db46409894da81ca1f4c39b696c94fd1afab82 /example/index.html
parentba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff)
parentf9d1a6b3c9833036e27920171e45bb73f1764fa3 (diff)
downloadpurs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.tar.gz
purs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.tar.zst
purs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.zip
Merge branch 'topic/example'
Diffstat (limited to 'example/index.html')
-rw-r--r--example/index.html18
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>