31 lines
871 B
HTML
31 lines
871 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Is this a jojo reference?</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta
|
|
name="description"
|
|
content="This is a default index page for a new domain."
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<style type="text/css">
|
|
body {
|
|
font-size: 12pt;
|
|
color: #333;
|
|
font-family: 'Times New Roman', Times, serif;
|
|
text-align: center;
|
|
background-color: white;
|
|
margin-top: 10px;
|
|
}
|
|
img { max-width: 100%; box-shadow:0px 0px 24px #CCC; display: block; border-radius: 8px; margin: 20px auto;}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<img src="logo.jpg">
|
|
<p>actually no, it's just a short domain lmao</p>
|
|
<p style="color: white">STOP SEARCHING! >.<</p>
|
|
</body>
|
|
|
|
</html>
|