summaryrefslogtreecommitdiffstats
path: root/src/templates/main.html
blob: a248ec169f95c00d9df40c688ffa45347d8614ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>