3DOM/www/index.html

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