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/
|
UpImage/
|
||||||
archive/
|
archive/
|
||||||
public/assets/
|
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>
|
<script defer src="{{this}}"></script>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
<form id="myform" action="">
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||||
<label for="password">password</label>
|
<div class="container-fluid">
|
||||||
<input type="password" name="password" id="pass">
|
<form class="d-flex" id="myform" action="">
|
||||||
<label for="movie_id">movie_id</label>
|
<input class="form-control me-2" type="password" name="password" id="pass" placeholder="password">
|
||||||
<input type="text" name="movie_id" id="movie_id">
|
<input class="form-control me-2" type="text" name="movie_id" id="movie_id" placeholder="movie id">
|
||||||
<input type="submit" value="Submit">
|
<input class="btn btn-outline-success" type="submit" value="Submit">
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="py-5 bg-body-tertiary">
|
<div class="py-5 bg-body-tertiary">
|
||||||
<div class="container" id="root">
|
<div class="container" id="root">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user