sirius-explorer
Version:
An open-source front-end for the Insight API.
30 lines (28 loc) • 730 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>im under attack</title>
<link rel="stylesheet" type="text/css" href="css/underAttack.min.css" />
</head>
<body>
<header class="header">
<a href="" class="logo">
<img src="images/logo.png" alt="" class="logoPic-def"/>
<img src="images/logo-hover.png" alt="" class="logoPic-hover"/>
</a>
</header>
<div class="content">
<div class="contentIn">
<div class="underAttack__text">
::IM_UNDER_ATTACK_BOX::
</div>
<div class="preload__box">
<span class="preload">
<span class="preloadInner"></span>
</span>
</div>
</div>
</div>
</body>
</html>