Add 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-22 05:44:01 +00:00
parent d905cd662d
commit 43437ffec4
1 changed files with 26 additions and 0 deletions

26
www/index.html Normal file
View File

@ -0,0 +1,26 @@
<!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>