add links and images to support page

This commit is contained in:
Moss Limpert 2023-12-06 21:21:37 -05:00
parent 01ad139998
commit 111b2153cf
1 changed files with 17 additions and 11 deletions

View File

@ -1,12 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Me</title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
</head>
<body>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Me</title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
</head>
<body>
<section name="links" id="links">
<span><img src="media/patreon.png" alt="patreon logo">
<a href="https://www.patreon.com/ANANTASHESHA">Patreon</a></span>
<span><img src="media/Bluesky_App_Icon.png" alt="bluesky logo"><a href="https://bsky.app/profile/anantashesha.bsky.social">Bluesky</a></span>
<span><img src="media/X_logo.svg" alt="twitter logo"><a href="https://x.com/_anantashesha_/status/1719637759424385209?s=46">Twitter</a></span>
<span><img src="media/mail-line.svg" alt="email icon"></span>
</section>
</body>
</html>