Better interface overall

This commit is contained in:
justine
2022-03-18 01:09:12 +01:00
parent db4ee348a0
commit b789471acc
11 changed files with 70 additions and 9 deletions

View File

@ -7,19 +7,24 @@
</head>
<body>
<h1 class="pagetitle">$ ~/sqnotes</h1>
<div class="div1">
<h1 class="pagetitle">$ ~/sqnotes</h1><a class="exportlink" href="{{ url_for('rawnotes') }}">Raw notes</a>
<form action="." method="POST">
<input type="text" name="title" class="title" placeholder="Title"><br>
<textarea type="text" name="text" rows = "5" cols = "60*" class="text" placeholder="Text"></textarea><br>
<button type="submit" name="submit">Post</button>
<div class="notetime">Note : you can drag the textbox to make it bigger.</div>
<div class="notetime">Note : you can drag the textbox to make it bigger. Scroll down to see your previous notes.</div>
</form>
<br>
{{ nr }}
<div>
</body>
<footer>
<hr>
<div class="notetime">
<p>
You've reached the bottom. Made by Squip, 2022.
</p>
</div>
</meta>
</html>