summaryrefslogtreecommitdiffstats
path: root/src/templates/main.html
blob: aceeb0df84de1f6e763be3b094c7b353d13156cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">

<head>
  <!-- Required meta tags -->
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <link rel="icon" href="<%= htmlWebpackPlugin.options.staticPath %>/favicon.ico" />

  <title>Hello, world!</title>
</head>

<body>
  main
</body>

</html>