Initial commit

This commit is contained in:
Crow Crowcrow 2017-03-29 01:06:21 +02:00
commit 9a4c281db3
18 changed files with 1418 additions and 0 deletions

13
templates/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html style="height: 100%">
<head>
<title>Meikan</title>
<!-- <link rel="stylesheet" type="text/css" href="css/base.css"> -->
</head>
<body style="height: 100%">
<div style="position: relative; top: 50%; text-align: center; transform: translateY(-50%);">
<img src="/img/construction.png" style="width: 500px; vertical-align: middle;">
<div style="margin-top: 50px; font-family: Arial; font-weight: bold; font-size: 40px; opacity: .87;">Under construction</div>
</div>
</body>
</html>