2024-05-03 08:32:42 -05:00
<!DOCTYPE html>
< html >
< head >
< title > posts ~ sneexy dot pages dot gay< / title >
< link rel = "icon" type = "image/gif" href = "../assets/petpet.gif" >
< link rel = "stylesheet" href = "style.css" >
< link rel = "canonical" href = "https://sneexy.pages.gay/" >
< meta property = "og:type" content = "image.other" >
< meta property = "og:url" content = "https://sneexy.pages.gay/" >
< meta property = "og:image" content = "../assets/yoshi.gif" >
< meta property = "og:image:secure_url" content = "https://sneexy.pages.gay/assets/yoshi.gif" >
< meta property = "og:image:type" content = "gif" >
< meta property = "og:image:width" cotent = "349" >
< meta property = "og:image:height" content = "443" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< / head >
< body >
<!-- header/info section -->
< div id = "about-me" class = "terminal" >
< div class = "term-titlebar" >
< img src = "../assets/terminal.svg" >
< p > < a href = "#posts" > ~/posts< / a > < / p >
< div > < div id = "minimize-btn" > < / div > < div id = "maximize-btn" > < / div > < div id = "close-btn" > < / div > < / div >
< / div >
< article >
< h1 > < a href = "#posts" > posts< / a > < / h1 >
< p > welcome to the small corner of this site where i make blog and stuff. they aren't always that though, so i just call this "posts". you can expect stuff like guides, rants and opinions and what not on here.< / p >
< small > for more < span style = "color: var(--red);" > spicy< / span > or < span style = "color: var(--red);" > venty< / span > blogs n stuff, check out < a href = "../postsnt" target = "_blank" style = "font-size: 14px; color: var(--red);" > postsn't< / a > , but it's probably not for everyone.< / small >
< / article >
< / div >
<!-- actual posts. preferably list them by date posted. -->
< div id = "articles" class = "terminal" >
< div class = "term-titlebar" >
< img src = "../assets/terminal.svg" >
< p > < a href = "#articles" > ~/articles< / a > < / p >
< div > < div id = "minimize-btn" > < / div > < div id = "maximize-btn" > < / div > < div id = "close-btn" > < / div > < / div >
< / div >
< article >
2024-05-03 08:54:26 -05:00
< section >
< h2 > rizz.dot< / h2 >
< p > for all your rizzing needs!< / p >
< small > posted on < date datetime = "2024-5-3" > May 3 of 2024< / date > < / small >
< / section > >
2024-05-03 08:32:42 -05:00
< / article >
< / div >
<!-- webrings and credits -->
< footer >
< div id = "webring-credits" class = "terminal" >
2024-05-03 08:54:26 -05:00
< p > < a href = "../" > go back< / a > < / p >
2024-05-03 08:32:42 -05:00
< / div >
< / footer >
< / body >
< / html >