mirror of
https://github.com/AtHeartEngineer/2g1c.git
synced 2026-01-07 22:23:53 -05:00
62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
|
<meta name="theme-color" content="#BBEFFF" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<title>2G1C</title>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png" />
|
|
<link rel="icon" href="favicons/favicon.ico" />
|
|
<link rel="manifest" href="favicons/site.webmanifest" />
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div id="header">
|
|
<img src="images/Hair Logos Lockup.png" alt="2 Girls 1 Cheese" />
|
|
<h1>2 Girls</h1>
|
|
<h1>1 Cheese</h1>
|
|
</div>
|
|
<div id="content">
|
|
<a href="https://en.wikipedia.org/wiki/Cheese"
|
|
><img src="images/Cheese.png" alt="Cheese"
|
|
/></a>
|
|
|
|
<a href="https://www.patreon.com/2girls1cheese"
|
|
><img src="images/Patreon.svg" alt="Patreon"
|
|
/></a>
|
|
<a href="https://www.instagram.com/2girls_1cheese/"
|
|
><img src="images/Instagram.svg" alt="Instagram"
|
|
/></a>
|
|
<a href="https://open.spotify.com/show/2dd5mdq9RUFrovCm6SYAsU"
|
|
><img src="images/Spotify.png" alt="Spotify"
|
|
/></a>
|
|
<a href="https://podcasts.apple.com/us/podcast/2-girls-1-cheese/id1829287369"
|
|
><img src="images/Apple_Podcasts.svg" alt="Apple" />
|
|
<a
|
|
href="https://music.amazon.com/podcasts/29f88089-26c3-42f7-8a0c-d7cccef7019d/2-girls-1-cheese"
|
|
><img src="images/amazon.webp" alt="Amazon"
|
|
/></a>
|
|
<a href="https://www.youtube.com/@2Girls1Cheese"
|
|
><img src="images/YouTube_2024.png" alt="Youtube"
|
|
/></a>
|
|
|
|
<a href="https://iheart.com/podcast/287682354/"
|
|
><img src="images/iheart.png" alt="iHeart"
|
|
/></a>
|
|
</a>
|
|
<a href="https://anchor.fm/s/f3a16be0/podcast/rss"
|
|
><img src="images/RSS.svg" alt="RSS"
|
|
/></a>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|