mirror of
https://github.com/ProgramSnail/python_web_proj_2021.git
synced 2025-12-24 11:28:43 +00:00
added basics, w3-css? font awesome
This commit is contained in:
parent
1538da796e
commit
f5beb70c3d
1706 changed files with 135206 additions and 0 deletions
18
templates/main.html
Normal file
18
templates/main.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>App</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/static/w3.css">
|
||||
<link rel="stylesheet" href="/static/fontawesome/css/all.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="w3-container">
|
||||
|
||||
</header>
|
||||
|
||||
<footer class="w3-container">
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue