30 lines
737 B
HTML
30 lines
737 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" >
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>blg_bot_message:</title>
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
||
|
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:300,700'><link rel="stylesheet" href="./style.css">
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="eve">
|
||
|
<div class="head">
|
||
|
<div class="face"></div>
|
||
|
<div class="eyemask"></div>
|
||
|
</div>
|
||
|
<div class="body">
|
||
|
<div class="headshadow"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="shadow"></div>
|
||
|
<div class="click">
|
||
|
<h1>Error</h1>
|
||
|
<p>This page is offline.</p>
|
||
|
</div>
|
||
|
|
||
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|