added index file

This commit is contained in:
Joe Stanley 2024-03-09 21:52:40 +00:00
parent 14bd60dbc6
commit 82ada86b16

25
index.html Normal file
View File

@ -0,0 +1,25 @@
<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>
</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>