diff options
Diffstat (limited to 'cmd/xedn/index.html')
| -rw-r--r-- | cmd/xedn/index.html | 57 |
1 files changed, 36 insertions, 21 deletions
diff --git a/cmd/xedn/index.html b/cmd/xedn/index.html index 1bb9dc1..6ca1717 100644 --- a/cmd/xedn/index.html +++ b/cmd/xedn/index.html @@ -1,29 +1,44 @@ -<!DOCTYPE html> +<!doctype html> <html> - <head> - <title>XeDN</title> - <link rel="stylesheet" href="/static/pkg/xess/xess.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - </head> - <body id="top"> - <main> - <h1>XeDN</h1> + <head> + <title>XeDN</title> + <link rel="stylesheet" href="/static/pkg/xess/xess.css" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + </head> + <body id="top"> + <main> + <h1>XeDN</h1> - <p>Hi there! This server is a part of XeDN, the overengineered CDN made by <a href="https://xeiaso.net">Xe Iaso</a>. I hope you're having a good day.</p> + <p> + Hi there! This server is a part of XeDN, the overengineered CDN made by + <a href="https://xeiaso.net">Xe Iaso</a>. I hope you're having a good + day. + </p> - <h2>Available packages</h2> + <h2>Available packages</h2> - <p>There are a few packages available for use on this server:</p> + <p>There are a few packages available for use on this server:</p> - <ul> - <li><a href="https://github.com/Xe/iosevka">Iosevka Iaso</a> - The font family used across Xe's stack - <a href="/static/pkg/iosevka">/static/pkg/iosevka</a></li> - <li><a href="https://github.com/Xe/Xeact">Xeact</a> - Xe's minimal frontend femtoframework - <a href="/static/pkg/xeact">/static/pkg/xeact</a></li> - <li><a href="https://github.com/Xe/Xess">Xess</a> - Xe's CSS framework - <a href="/static/pkg/xess">/static/pkg/xess</a></li> - </ul> + <ul> + <li> + <a href="https://github.com/Xe/iosevka">Iosevka Iaso</a> - The font + family used across Xe's stack - + <a href="/static/pkg/iosevka">/static/pkg/iosevka</a> + </li> + <li> + <a href="https://github.com/Xe/Xeact">Xeact</a> - Xe's minimal + frontend femtoframework - + <a href="/static/pkg/xeact">/static/pkg/xeact</a> + </li> + <li> + <a href="https://github.com/Xe/Xess">Xess</a> - Xe's CSS framework - + <a href="/static/pkg/xess">/static/pkg/xess</a> + </li> + </ul> - <p>Please don't make me figure out how to make rate limits.</p> + <p>Please don't make me figure out how to make rate limits.</p> - <p>From <a href="https://xeiaso.net">Within</a>.</p> - </main> - </body> + <p>From <a href="https://xeiaso.net">Within</a>.</p> + </main> + </body> </html> |
