python_web_proj_2021/templates/main.html
2021-05-08 18:01:28 +03:00

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>