Add 'www/index.html'
This commit is contained in:
parent
d905cd662d
commit
43437ffec4
|
@ -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>
|
Loading…
Reference in New Issue