- commit
- 51348885d0468bec263b1bf994e85641a78ec398
- parent
- 2a44ab1d8733bb90ae891c529b815ea0631f6a56
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-10-16 16:02
refactor html
Diffstat
| M | tpl/app.html | 9 | +++------ |
1 files changed, 3 insertions, 6 deletions
diff --git a/tpl/app.html b/tpl/app.html
@@ -1,6 +1,5 @@ 1 1 <!DOCTYPE html>2 -1 <html xmlns="http://www.w3.org/1999/xhtml" class="voterunner">3 -1-1 2 <html class="voterunner"> 4 3 <head> 5 4 <meta charset="utf-8"> 6 5 <title>voterunner - {{ topic }}</title> @@ -8,9 +7,7 @@ 8 7 <meta name="robots" content="noindex" /> 9 8 <link rel="shortcut icon" href="/favicon.ico"/> 10 9 <link rel="stylesheet" type="text/css" href="/style.css" />11 -1 <script type="text/javascript" src="/voterunner.js"></script>12 10 </head>13 -114 11 <body> 15 12 <header> 16 13 <h1><span class="logo1">vote</span>runner</h1> @@ -31,7 +28,7 @@ 31 28 </div> 32 29 </div> 33 30 <div class="user__comment">34 -1 <textarea></textarea>-1 31 <textarea autocomplete="off"></textarea> 35 32 </div> 36 33 </div> 37 34 </div> @@ -41,6 +38,6 @@ 41 38 42 39 {{ nodes|json }} 43 40 -1 41 <script type="text/javascript" src="/voterunner.js"></script> 44 42 </body>45 -146 43 </html>