2022-04-09 22:18:40 +00:00
<!DOCTYPE html>
2022-04-15 19:22:33 +00:00
< html lang = "en" > < head >
2022-04-09 22:18:40 +00:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-04-15 19:22:33 +00:00
< title > links< / title >
2022-04-09 22:18:40 +00:00
< link rel = "stylesheet" href = "/scss/main.css" >
< link rel = "icon" type = "image/x-icon" href = "/svg/favicon.svg" >
< / head >
2022-04-15 19:22:33 +00:00
< body class = "colorswitch" > < div id = "content" >
< main >
< article >
< header class = "colorswitch" >
< h1 id = "title" > links< / h1 >
< / header >
< / article >
< div id = "pagelist" >
2022-04-09 22:18:40 +00:00
2022-04-15 19:22:33 +00:00
< div id = "postlist" >
< h2 class = "colorswitch posttitle" >
2022-04-15 19:24:38 +00:00
< a class = "colorswitch" href = "https://zoe.kittycat.homes/links/nice_things/" > things that make me happy< / h2 > < div class = "postdescription" > this is a list of very good things< / a > < br >
< a class = "postinfo colorswitch" href = "https://zoe.kittycat.homes/links/nice_things/" > read more...< / a >
2022-04-15 19:22:33 +00:00
< / div >
< div id = "postlist" >
< h2 class = "colorswitch posttitle" >
2022-04-15 19:24:38 +00:00
< a class = "colorswitch" href = "https://zoe.kittycat.homes/links/contact/" > find me< / h2 > < div class = "postdescription" > where to find me< / a > < br >
< a class = "postinfo colorswitch" href = "https://zoe.kittycat.homes/links/contact/" > read more...< / a >
2022-04-15 19:22:33 +00:00
< / div >
< div id = "postlist" >
< h2 class = "colorswitch posttitle" >
2022-04-15 19:24:38 +00:00
< a class = "colorswitch" href = "https://zoe.kittycat.homes/links/buddies/" > buddies< / h2 > < div class = "postdescription" > these are some cool people that i like!!! very good! you should look at this page< / a > < br >
< a class = "postinfo colorswitch" href = "https://zoe.kittycat.homes/links/buddies/" > read more...< / a >
2022-04-15 19:22:33 +00:00
< / div >
2022-04-09 22:18:40 +00:00
< / div >
< / div >
2022-04-15 19:22:33 +00:00
< / main >
< / div > < footer class = "colorswitch" >
2022-04-16 11:18:04 +00:00
< span id = "footer-left" > < a href = "/" id = "pageindicator" class = "colorswitch" title = "links" > batsite< / a > < / span >
2022-04-15 19:22:33 +00:00
< span id = "footer-center" >
< nav id = "footer-nav" aria-label = "navigation" >
< a class = "footer-nav-item colorswitch" href = "/" title = "home" > < / a >
< a class = "footer-nav-item colorswitch" href = "/about/" title = "about" > < / a >
2022-04-09 22:18:40 +00:00
2022-04-15 19:22:33 +00:00
< a class = "footer-nav-item active colorswitch" href = "/links/" title = "links" > < / a >
2022-04-09 22:18:40 +00:00
2022-04-15 19:22:33 +00:00
< a class = "footer-nav-item colorswitch" href = "/music/" title = "music" > < / a >
2022-04-09 22:18:40 +00:00
2022-04-15 19:30:09 +00:00
< a class = "footer-nav-item colorswitch" href = "/games/" title = "games" > < / a >
2022-04-15 19:22:33 +00:00
< a class = "footer-nav-item colorswitch" href = "/software/" title = "software" > < / a >
2022-04-09 22:18:40 +00:00
2022-04-15 19:22:33 +00:00
< a class = "footer-nav-item colorswitch" href = "/posts/" title = "posts" > 龎< / a >
2022-04-09 22:18:40 +00:00
< / nav >
2022-04-15 19:22:33 +00:00
< / span >
< span id = "footer-right" >
< input type = "checkbox" id = "darkmode-toggle" aria-label = "darkmode toggle" class = "toggleinput" >
2022-04-16 11:18:04 +00:00
< label class = "togglelabel colorswitch" for = "darkmode-toggle" aria-label = "darkmode toggle" role = "checkbox" id = "darkmode-toggle-label" > < / label >
< button type = "button" id = "hamburger-button" class = "colorswitch hamburger" > < / button >
< div class = "hamburger colorswitch" id = "hamburger-bg" >
< nav id = "footer-nav" aria-label = "navigation" >
< a class = "footer-nav-item colorswitch" href = "/" title = "home" > < / a >
< a class = "footer-nav-item colorswitch" href = "/about/" title = "about" > < / a >
< a class = "footer-nav-item active colorswitch" href = "/links/" title = "links" > < / a >
< a class = "footer-nav-item colorswitch" href = "/music/" title = "music" > < / a >
< a class = "footer-nav-item colorswitch" href = "/games/" title = "games" > < / a >
< a class = "footer-nav-item colorswitch" href = "/software/" title = "software" > < / a >
< a class = "footer-nav-item colorswitch" href = "/posts/" title = "posts" > 龎< / a >
< / nav >
< / div >
2022-04-15 19:22:33 +00:00
< / span >
2022-04-09 22:18:40 +00:00
< / footer >
2022-04-16 11:18:04 +00:00
< script type = "module" src = "/js/main.js" > < / script >
2022-04-15 19:22:33 +00:00
< / body >
2022-04-09 22:18:40 +00:00
< / html >