summaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
committerMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
commit55d0e202677253ecf893bd52649871f10b52d3de (patch)
tree23fc8b3b06bef4ff7503c100edcea2ed01a298d5 /src/templates
parent94ca5987544009f2da17fe27abc6c9de380d34fd (diff)
downloadisiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.gz
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.zst
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.zip
Almost dragging and WYSiWYG start
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/index.html2
-rw-r--r--src/templates/main.html5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 0208796..b7fc24f 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -13,7 +13,7 @@
<div>
<label for="name">Igama lefriji yakho:</label>
<input name="name" id="name" type="text">
- <button type="button" onclick="goToFridge(event)">👍</button>
+ <button type="button" onclick="goToMain(event)">👍</button>
</div>
</body>
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>