🐛 Add form to main structure
This commit is contained in:
parent
098f53ef67
commit
dc68e4a8d4
1 changed files with 27 additions and 25 deletions
|
@ -9,9 +9,10 @@
|
||||||
<link href="/static/style.css" rel="stylesheet">
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<label for="content"></label>
|
<form>
|
||||||
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
|
<label for="content"></label>
|
||||||
<nav>
|
<textarea id="content" name="content" placeholder="Your paste here"></textarea>
|
||||||
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<label for="password">Password?</label>
|
<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>
|
<path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue