Create a login page
This commit is contained in:
parent
062a749d59
commit
db8cb0efff
7 changed files with 170 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html data-bs-theme="dark">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
||||
<link data-trunk rel="copy-file" href="static/login.css" />
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue