63 lines
No EOL
1.3 KiB
HTML
63 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-family: comic sans ms;
|
|
font-size: 18px;
|
|
color:#fff;
|
|
background-image: url('/pink40esg.jpg');
|
|
}
|
|
@font-face {
|
|
font-family: 'interstellarsymphonic-regular';
|
|
src: url(https://file.garden/aJzQmzrHVB4BLKwu/interstellarsymphonic-regular.woff);
|
|
}
|
|
|
|
.innerheaderyay {
|
|
font-family: "interstellarsymphonic-regular";
|
|
font-size: 15px;
|
|
color: #fff;
|
|
text-shadow: 5px 5px 3px hotpink;
|
|
|
|
}
|
|
|
|
.boxybox {
|
|
border: 10px groove hotpink;
|
|
background-image: url('/grass.png');
|
|
width: 780px;
|
|
height: 780px;
|
|
margin: 0 auto;
|
|
padding: 1%;
|
|
box-shadow: 19px 5px 5px #03fc52;
|
|
}
|
|
</style>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>My Page</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="boxybox"><div class="innerheaderyay">
|
|
<center> <img src="/mepng.png" width="450px"/>
|
|
<h1>WELCOME TO THE ALIEN HOSPITAL!
|
|
</h1></center>
|
|
</div>
|
|
<center>
|
|
Welcome to my website. <br/>
|
|
|
|
<br/>
|
|
|
|
This site contains written adult content, flashing images, and bright colors. It may not be safe for photosensitive viewers.
|
|
|
|
Click below to enter.
|
|
|
|
<br>
|
|
|
|
<a href="/homepage"><img src="/hospital.gif"></a>
|
|
</div></center>
|
|
|
|
|
|
</body>
|
|
</html> |