bookie-python/templates/index.html
2014-10-24 18:34:28 -04:00

13 lines
No EOL
317 B
HTML

<!doctype html>
<html>
<head>
<title>amd.im</title>
</head>
<body>
<div class="page">
<div style="text-align:center;margin:0em auto;">
<img src="/static/images/logo.png" style="width:90%;margin-top:-10%;" />
</div>
</div>
</body>
</html>