added basics, w3-css? font awesome

This commit is contained in:
ProgramSnail 2021-05-08 18:01:28 +03:00
parent 1538da796e
commit f5beb70c3d
1706 changed files with 135206 additions and 0 deletions

18
templates/main.html Normal file
View 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>