fixed form to the top

This commit is contained in:
Nikola Petrov 2023-07-16 23:27:31 +02:00
parent 10d64c7025
commit 198aeb3c02
3 changed files with 11 additions and 25 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@ UpImage/
archive/
public/assets/
!public/assets/main/
.vscode/

17
.vscode/launch.json vendored
View File

@ -1,17 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\bin\\www"
}
]
}

View File

@ -4,13 +4,15 @@
<script defer src="{{this}}"></script>
{{/each}}
<form id="myform" action="">
<label for="password">password</label>
<input type="password" name="password" id="pass">
<label for="movie_id">movie_id</label>
<input type="text" name="movie_id" id="movie_id">
<input type="submit" value="Submit">
</form>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid">
<form class="d-flex" id="myform" action="">
<input class="form-control me-2" type="password" name="password" id="pass" placeholder="password">
<input class="form-control me-2" type="text" name="movie_id" id="movie_id" placeholder="movie id">
<input class="btn btn-outline-success" type="submit" value="Submit">
</form>
</div>
</nav>
<div class="py-5 bg-body-tertiary">
<div class="container" id="root">