aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/index.html
blob: ae10e357fa5c0003ad16cfbf363ff4614267bb3d (plain)
1
2
3
4
5
6
7
8
9
10
11
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>