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" >
< 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 -->
< img src = "https://i.eritbh.me/temp/umbreon.png" width = "48" height = "58" alt = "an umbreon getting ready to pounce" >
< img src = "https://i.eritbh.me/temp/kate.png" width = "54" height = "86" alt = "the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose" >
< / 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 >
2023-07-19 20:32:37 +00:00
< 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 >
< li > < a href = "https://loveshock.xyz" > loveshock.xyz< / a > < / li >
< li > < a href = "https://starshines.gay" > starshines.gay< / a > < / li >
< li > < a href = "https://tempest.dev" > tempest.dev< / a > < / li >
< li > < a href = "https://interestingzinc.xyz" > interestingzinc.xyz< / a > < / li >
< / ul >
< p >
For webring participants:
< / p >
< ul >
< li >
You can view the full URL registered for your site by
checking < a href = "https://webring.umbreon.online/list" >
< code > /list< / code > < / a > .
< / li >
< li >
Link to the previous and next site in the ring with
< code > /prev< / code > and < code > next< / code > . Both of these
endpoints expect a query parameter `from` 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:
< code > https://webring.umbreon.online/prev?from=https://mysite.xyz< / code > .
< / li >
< li >
If you need to change your registration or something, ping
Erin on Discord or something.
< / li >
< / 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 >
Admin: < a href = "https://tired.umbreon.online/@erin" >
@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 >
< / main >
2023-07-18 03:29:32 +00:00
< / body >
< / html >