summaryrefslogtreecommitdiffstats
path: root/src/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/main.html')
-rw-r--r--src/templates/main.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templates/main.html b/src/templates/main.html
index aceeb0d..14ad523 100644
--- a/src/templates/main.html
+++ b/src/templates/main.html
@@ -9,10 +9,13 @@
<link rel="icon" href="<%= htmlWebpackPlugin.options.staticPath %>/favicon.ico" />
<title>Hello, world!</title>
+
</head>
<body>
- main
+ <button id="document-add"></button>
+ <div id="tinymce">
+ </div>
</body>
</html>