fixed form to the top
This commit is contained in:
parent
10d64c7025
commit
198aeb3c02
3
.gitignore
vendored
3
.gitignore
vendored
@ -63,4 +63,5 @@ typings/
|
||||
UpImage/
|
||||
archive/
|
||||
public/assets/
|
||||
!public/assets/main/
|
||||
!public/assets/main/
|
||||
.vscode/
|
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user