<head>
<meta charset="UTF-8" />
<title>Bringing Static Websites Back</title>
+ <meta property="og:title" content="Bringing Static Websites Back" />
+ <meta name="twitter:title" content="Bringing Static Websites Back" />
+ <meta
+ name="description"
+ content="Look I'm hardly the first to do this but I think we all know the
+ internet is shit now."
+ />
+ <meta
+ property="og:description"
+ content="Look I'm hardly the first to do this but I think we all know the
+ internet is shit now."
+ />
+ <meta
+ name="twitter:description"
+ content="Look I'm hardly the first to do this but I think we all know the
+ internet is shit now."
+ />
+ <meta
+ property="article:published_time"
+ content="2025-01-25T00:00:00+00:00"
+ />
<link rel="stylesheet" href="../main.css" />
</head>
<body class="whole-site">
<div>
- <div class="container">
- <div class="header">
- <marquee>
- <h1 class="marquee-heading">🏳️⚧️ 👩🏼💻 Athene.Gay 👩🏼💻 🏳️⚧️</h1>
- </marquee>
- </div>
- </div>
+ <iframe class="embed-title" src="../shared/title.html"> </iframe>
<div class="main-container">
<div class="main">
<div class="entry">
</div>
</div>
</div>
- <div class="container">
- <div class="footer">
- <div class="footer-container">
- <div class="footer-entry">
- <a href="https://projynova.bsky.social"
- ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
- /></a>
- </div>
- <div class="footer-entry">
- <a href="https://github.com/gnargle"
- ><img class="icon" src="../img/github.svg" alt="github logo"
- /></a>
- </div>
- <div class="footer-entry">
- <a href="https://discordapp.com/users/390978640051175424"
- ><img class="icon" src="../img/discord.svg" alt="github logo"
- /></a>
- </div>
- <div class="footer-entry">
- <a href="https://www.twitch.tv/atheneallen"
- ><img class="icon" src="../img/twitch.svg" alt="github logo"
- /></a>
- </div>
- <div class="footer-entry">
- <a href="https://archiveofourown.org/users/gnargle/works"
- ><img class="icon" src="../img/ao3.svg" alt="github logo"
- /></a>
- </div>
- </div>
- <div class="footer-container">
- <p>
- Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
- </p>
- </div>
- </div>
- </div>
+ <iframe class="embed-links" src="../shared/links.html"> </iframe>
+ <iframe class="embed-footer" src="../shared/footer.html"> </iframe>
</div>
</body>
</html>