diff options
author | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
---|---|---|
committer | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
commit | d13d4860f3d5b51d659379aa8a38742bfe49bf37 (patch) | |
tree | eaf65876d9a4497f282dab300007338144c53001 /templates/create.html | |
parent | 4724a8667371abcf8b0a5a7355a7c2588841c135 (diff) |
Questions now shows up. DB -> JSON -> JS -> DOM
Diffstat (limited to 'templates/create.html')
-rw-r--r-- | templates/create.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/create.html b/templates/create.html index 0ba8164..fe2aa24 100644 --- a/templates/create.html +++ b/templates/create.html @@ -1,5 +1,9 @@ +<script src="create.js"></script> <div id="nickbox">{{ nick }}</div> <div id="alertbox">{{ alert }}</div> <h1>create</h1> + +<div id=questions></div> + <a href="#question">Lisää kysymys</a> </form> |