26 lines
694 B
HTML
26 lines
694 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<meta charset="UTF-8">
|
||
|
<title>#3DOM</title>
|
||
|
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
|
||
|
<style>
|
||
|
body {
|
||
|
background-color: black;
|
||
|
}
|
||
|
h3, p {
|
||
|
color: white;
|
||
|
text-align: center
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h3>You may take my viewerships...</h3>
|
||
|
<a href="javascript:history.back()">
|
||
|
<img src="./RAID.jpg" alt="RAID!!!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
||
|
</a>
|
||
|
<p>...but we'll never take their #3DOM!!!</p>
|
||
|
</body>
|
||
|
</html>
|