summaryrefslogtreecommitdiffstats
path: root/src/templates/main.html
blob: 14ad523d09534494c98b95b7ecd0017ac880c5d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>
  <button id="document-add"></button>
  <div id="tinymce">
  </div>
</body>

</html>