mr-mikes-website/index.html

27 lines
470 B
HTML
Raw Normal View History

2024-03-09 21:52:40 +00:00
<html>
<head>
<style>
html, body, #wrapper {
height:100%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
#wrapper td {
vertical-align: middle;
text-align: center;
}
</style>
2024-03-09 22:19:39 +00:00
<title>Autumn is Stinky</title>
2024-03-09 21:52:40 +00:00
</head>
<body>
<table id="wrapper">
<tr>
<td><img src="Tricks to Prevent Your Shoes From Smelling Flyer.png" alt="lol - oh so smelly" /></td>
</tr>
</table>
</body>
</html>