🐛 Add form to main structure

This commit is contained in:
Hacki 2023-10-02 22:03:52 +02:00 committed by Ada
parent a3d7b2b9da
commit 7a32a44877

View file

@ -9,6 +9,7 @@
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<form>
<label for="content"></label>
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
<nav>
@ -34,5 +35,6 @@
</svg>
</button>
</nav>
</form>
</body>
</html>