19 lines
448 B
HTML
19 lines
448 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>Error 503</title>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<h1>Under Construction</h1>
|
||
|
<img src="//static.flash.moe/images/me-tan-2.png" alt="">
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|