Files
rescue-trans-rescue/artists.html
Glitch (rescue-trans-rescue) ce0c217116 🏑💿 Updated with Glitch
2024-08-19 23:24:21 +00:00

84 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<title>Rescue Trans Rescue</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="styles/main.css" />
<!-- The website JavaScript file -->
<script src="scripts/nav.js" defer></script>
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/884dded219.js"
crossorigin="anonymous"
></script>
<link
rel="canonical"
href="https://rescue-trans-rescue.glitch.me/artists"
/>
<meta
name="description"
content="Artist directory page for the #rescueTransRescue fundraising project."
/>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Rescue Trans Rescue: Artists" />
<meta property="og:type" content="article" />
<meta
property="og:url"
content="https://rescue-trans-rescue.glitch.me/artists"
/>
<meta
property="og:description"
content="Artist directory page for the #rescueTransRescue fundraising project."
/>
<meta
property="og:image"
content="https://i0.wp.com/transrescue.org/wp-content/uploads/2022/03/logoonblk200.png"
/>
<meta name="twitter:card" content="summary" />
</head>
<body>
<div class="wrapper">
<nav id="top-nav">
<a class="nav-item" href="/">home</a>
<a class="nav-item" href="/artists">artists</a>
<a class="nav-item" href="/signup">signup</a>
<button
class="nav-item"
id="alignment"
title="toggle left/right navbar alignment"
></button>
<button
class="nav-item"
id="theme"
title="toggle light/dark mode"
></button>
</nav>
<div class="wip">
<p>
This site is a <b>work in progress!</b> If you experience issues,
please try waiting a minute and re-loading before reaching out with
questions.
</p>
</div>
<div class="content" role="main">
<h1 class="title">Artists</h1>
<p>This page has moved to <a href="/artists">a simpler URL</a></p>
</div>
<!-- Contents auto-generated by nav.js -->
<footer id="footer"></footer>
</div>
</body>
</html>