summaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e69de29..c4ac96a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html class="no-js" lang="">
+
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <title></title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+ <link rel="stylesheet" href="css/normalize.css">
+ <link rel="stylesheet" href="css/main.css">
+</head>
+
+<body>
+ <p>Hello world! This is HTML5 Boilerplate.</p>
+
+</body>
+
+</html>