🐛 Add form to main structure
This commit is contained in:
parent
098f53ef67
commit
dc68e4a8d4
1 changed files with 27 additions and 25 deletions
|
@ -9,6 +9,7 @@
|
||||||
<link href="/static/style.css" rel="stylesheet">
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<form>
|
||||||
<label for="content"></label>
|
<label for="content"></label>
|
||||||
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
|
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
|
||||||
<nav>
|
<nav>
|
||||||
|
@ -34,5 +35,6 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue