aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/index.html')
-rw-r--r--site/layouts/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/layouts/index.html b/site/layouts/index.html
new file mode 100644
index 0000000..ae10e35
--- /dev/null
+++ b/site/layouts/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Hugo with Gulp and Webpack</title>
+ <link rel="stylesheet" href="/main.css"/>
+ </head>
+ <body>
+ <h1>Hugo with Gulp and Webpack</h1>
+
+ <script src="/app.js"></script>
+ </body>
+</html>