MeikanClient/templates/index.gohtml

13 lines
529 B
Plaintext

<!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>