🐛 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,9 +9,10 @@
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<label for="content"></label>
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
<nav>
<form>
<label for="content"></label>
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
<nav>
<ul>
<li>
<label for="password">Password?</label>
@ -33,6 +34,7 @@
<path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>
</svg>
</button>
</nav>
</nav>
</form>
</body>
</html>