alienhospital/index.html
2025-12-23 05:56:17 -05:00

63 lines
No EOL
1.4 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="https://file.garden/aJzQmzrHVB4BLKwu/Untitled1665_20251031220223.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>