First commit

This commit is contained in:
2020-11-04 11:30:38 +03:00
commit e87874ecde
6 changed files with 179 additions and 0 deletions

13
templates/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" href="static/assets/css/fonts.css">
<link rel="stylesheet" href="static/assets/css/style.css">
<title>thematdev</title>
</head>
<body>
<div class="pagehead">
<h1 class="mainh">thematdev</h1>
</div>
</body>
</html>