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;
|
2022-02-22 06:07:03 +00:00
|
|
|
margin: 200px;
|
2022-02-22 05:44:01 +00:00
|
|
|
}
|
|
|
|
h3, p {
|
|
|
|
color: white;
|
2022-02-22 06:07:03 +00:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
margin-left: -285px;
|
|
|
|
margin-top: -190px;
|
2022-02-22 05:44:01 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-02-22 06:07:03 +00:00
|
|
|
<h1>You may take my viewers...</h1>
|
|
|
|
<img src="RAID.png" alt="RAID!!!">
|
|
|
|
<h3>...but we'll never take their #3DOM!!!</h3>
|
2022-02-22 05:44:01 +00:00
|
|
|
</body>
|
|
|
|
</html>
|