bookie-python/templates/index.html

13 lines
317 B
HTML
Raw Normal View History

2014-10-24 22:34:28 +00:00
<!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>