python_web_proj_2021/templates/main.html

18 lines
433 B
HTML
Raw Normal View History

2021-05-08 18:01:28 +03:00
<!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>