23 lines
580 B
HTML
23 lines
580 B
HTML
<!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>
|
|
<h3>You may take my viewers...</h3>
|
|
<img src="RAID.jpg" alt="RAID!!!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
|
<p>...but we'll never take their #3DOM!!!</p>
|
|
</body>
|
|
</html> |