2024-06-21 23:49:35 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > buttons!< / title >
< style >
img {
width: 88px;
height: 31px;
}
ul {
list-style: none;
}
li {
}
< / style >
< / head >
< body >
< header >
< h1 > buttons!< / h1 >
< / header >
< section >
< h2 > link back to me< / h2 >
< ul >
< li > < img src = "./trwnh.com/trwnh1.png" alt = "trwnh.com" > < / li >
< li > < img src = "./trwnh.com/trwnh2.png" alt = "a@trwnh.com with a person laying down on it" > < / li >
< li > < img src = "./trwnh.com/trwnh3.png" alt = "a@trwnh.com with a person laying down on it and another copy of the same person waving hello. there is also a golden jiggy" > < / li >
< / ul >
< / section >
< section >
< h2 > friends< / h2 >
< ul >
< li > < a href = "https://devils.gay" > < img src = "./devils.gay/devils1.gif" alt = "devils.gay" > < / a > < / li >
< li > < a href = "https://disarray.sh" > < img src = "./disarray.sh/disarray.png" alt = "disarray" > < / a > < / li >
2024-09-25 20:35:01 +00:00
< li > < a href = "https://owly.fans" > < img src = "./owly.fans/owlyfans.png" alt = "owlyfans" > < / a > < / li >
2024-06-21 23:49:35 +00:00
< / ul >
< / section >
< / body >
< / html >