webring-static/out/index.html

153 lines
4.7 KiB
HTML
Raw Normal View History

2023-07-18 03:29:32 +00:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
2023-07-19 21:31:45 +00:00
<title>webring.umbreon.online</title>
2023-07-18 03:29:32 +00:00
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2024-09-06 11:07:41 +00:00
<!-- we hotlink a lot of things, this just seems neighborly -->
<meta name="referrer" content="no-referrer">
2023-07-18 03:29:32 +00:00
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
2023-07-18 03:54:15 +00:00
<main>
2023-07-19 21:50:45 +00:00
<div class="silly-little-images">
<!-- todo setting dimensions manually is bad but there's no good
way to scale an image up by a percentage in css so we just hope
that we never use a pixel scale other than 2 -->
2023-07-19 22:08:48 +00:00
<img
src="img/umbreon.png"
2023-07-19 22:08:48 +00:00
width="48"
height="58"
alt="an umbreon getting ready to pounce"
title="an umbreon getting ready to pounce"
>
<img
src="img/kate.png"
2023-07-19 22:08:48 +00:00
width="54"
height="86"
alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
title="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
>
2023-07-19 21:50:45 +00:00
</div>
2023-07-19 20:33:01 +00:00
<div class="textbox textbox--simple textbox--yellow">
2023-07-18 03:54:15 +00:00
<div class="textbox__text">
2023-07-19 21:15:44 +00:00
Welcome to <span class="color color--red">webring.umbreon.online</span>!
2023-07-18 03:54:15 +00:00
</div>
<div class="textbox__advance"></div>
2023-07-18 03:29:32 +00:00
</div>
2023-07-18 03:54:15 +00:00
<p>
2023-07-19 21:15:44 +00:00
This is a simple webring for some friends. This page will have
more information in the future, but Erin is busy obsessing over
the design so it might be a while.
</p>
<p>
Here's everyone who participates:
</p>
<ul>
2024-03-24 16:46:21 +00:00
<li><a href="https://umbreon.online">umbreon.online</a> (that's me)</li>
2023-07-19 21:15:44 +00:00
<li><a href="https://loveshock.xyz">loveshock.xyz</a></li>
2024-04-14 00:25:51 +00:00
<li><a href="https://tempest.dev">tempest.dev</a></li>
2023-07-19 21:15:44 +00:00
<li><a href="https://starshines.gay">starshines.gay</a></li>
2024-04-13 22:03:39 +00:00
<li><a href="https://natty.gay">natty.gay</a></li>
2024-04-14 00:23:48 +00:00
<li><a href="https://lunareclipse.zone">lunareclipse.zone</a></li>
2023-07-19 21:15:44 +00:00
<li><a href="https://interestingzinc.xyz">interestingzinc.xyz</a></li>
2024-04-12 19:45:40 +00:00
<li><a href="https://elke.cafe">elke.cafe</a></li>
2024-11-10 20:35:05 +00:00
<li><a href="https://astrid.tech">astrid.tech</a></li>
2023-07-19 21:15:44 +00:00
</ul>
<p>
For webring participants:
</p>
<ul>
2023-07-19 22:19:32 +00:00
<li><p>
2023-07-19 21:15:44 +00:00
You can view the full URL registered for your site by
checking <a href="https://webring.umbreon.online/list">
<code>/list</code></a>.
2023-07-19 22:19:32 +00:00
</p></li>
<li><p>
2023-07-19 21:15:44 +00:00
Link to the previous and next site in the ring with
2023-07-19 22:20:44 +00:00
<code>/prev</code> and <code>/next</code>. Both of these
2023-07-19 22:11:59 +00:00
endpoints expect a query parameter <code>from</code> whose
value should be the full URL of your site as shown in
<code>/list</code>, including the scheme (http/https),
optionally URI encoded. For example:
2023-07-19 21:15:44 +00:00
<code>https://webring.umbreon.online/prev?from=https://mysite.xyz</code>.
2023-07-19 22:19:32 +00:00
</p></li>
<li><p>
2023-07-19 21:15:44 +00:00
If you need to change your registration or something, ping
Erin on Discord or something.
2023-07-19 22:19:32 +00:00
</p></li>
2023-07-19 21:15:44 +00:00
</ul>
<p>
Running <a href="https://git.ewin.moe/erin/webring">a webring
server written in half an hour</a>. Source of this homepage
<a href="https://git.ewin.moe/erin/webring-static">is also
available</a>. Both are licensed under WTFPL.
</p>
<p>
2024-09-06 11:08:02 +00:00
Contact: <a href="https://tired.umbreon.online/@erin">
2023-07-19 21:15:44 +00:00
@erin@tired.umbreon.online</a><br>
Security: <a href="mailto:security@ewin.moe">
security@ewin.moe</a>
2023-07-18 03:54:15 +00:00
</p>
2024-09-06 11:07:41 +00:00
<p class="eightyeightbythirtyones">
2024-11-07 21:29:38 +00:00
<a href="https://umbreon.online">
<picture>
<source
media="(prefers-reduced-motion)"
srcset="/img/88x31/umbreon_dot_online_static.gif"
2024-11-07 21:29:38 +00:00
>
<img
alt="umbreon.online"
title="umbreon.online"
src="/img/88x31/umbreon_dot_online.gif"
2024-11-07 21:29:38 +00:00
>
</picture>
</a>
2024-09-06 11:07:41 +00:00
<a href="https://loveshock.xyz">
<picture>
<source
media="(prefers-reduced-motion)"
srcset="/img/88x31/loveshock_sonic.png"
2024-09-06 11:07:41 +00:00
>
<img
alt="the jukebox at loveshock.xyz"
title="the jukebox at loveshock.xyz"
src="/img/88x31/loveshock.gif"
2024-09-06 11:07:41 +00:00
>
</picture>
</a>
<a href="https://tempest.dev">
<!-- (screaming) WHY CANT YOUR URL BE NORMAL -->
<img
alt="tempest.dev"
title="tempest.dev"
src="/img/88x31/tempest.dev.png"
2024-09-06 11:07:41 +00:00
>
</a>
<a href="https://lunareclipse.zone">
<img
alt="lunar eclipse zone"
title="lunar eclipse zone"
src="/img/88x31/lunar-eclipse-zone.gif"
2024-09-06 11:07:41 +00:00
>
</a>
<a href="https://elke.cafe">
<img
alt="elke.cafe"
title="elke.cafe"
src="/img/88x31/elke.cafe.gif"
2024-09-06 11:07:41 +00:00
>
</a>
2024-11-10 20:37:26 +00:00
<a href="https://astrid.tech">
<img
alt="astrid.tech"
title="astrid.tech"
src="/img/88x31/astriddottech.png"
>
</a>
2024-09-06 11:07:41 +00:00
</p>
2023-07-18 03:54:15 +00:00
</main>
2023-07-18 03:29:32 +00:00
</body>
</html>