3DOM/www/index.html

23 lines
616 B
HTML
Raw Normal View History

2022-02-22 05:44:01 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>#3DOM</title>
<style>
body {
background-color: black;
}
h3, p {
color: white;
text-align: center
}
</style>
</head>
<body>
2022-02-22 06:03:23 +00:00
<center><h1>You may take my viewers...</h1></center>
2022-02-22 06:01:36 +00:00
<img src="RAID.png" alt="RAID!!!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
2022-02-22 06:03:23 +00:00
<center><h3>...but we'll never take their #3DOM!!!</h3></center>
2022-02-22 05:44:01 +00:00
</body>
</html>