mirror of
https://github.com/ProgramSnail/python_web_proj_2021.git
synced 2025-12-28 13:28:43 +00:00
18 lines
No EOL
433 B
HTML
18 lines
No EOL
433 B
HTML
<!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> |