aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-04-23 13:08:52 -0400
committerXe Iaso <me@xeiaso.net>2023-04-23 13:08:52 -0400
commit836a86dd389e5dec892dbc1a06991e29a9659282 (patch)
tree80580a2438591d99d36e8de37d6496ff74dbf9eb /cmd
parent7fd126a0cda3b46dcfeb6dc9b3e6116aec524555 (diff)
downloadx-836a86dd389e5dec892dbc1a06991e29a9659282.tar.xz
x-836a86dd389e5dec892dbc1a06991e29a9659282.zip
cmd/xedn: expose some packages on the CDN
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/xedn/index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/cmd/xedn/index.html b/cmd/xedn/index.html
index 51633b0..1bb9dc1 100644
--- a/cmd/xedn/index.html
+++ b/cmd/xedn/index.html
@@ -2,14 +2,26 @@
<html>
<head>
<title>XeDN</title>
- <link rel="stylesheet" href="/static/css/xess.css" />
+ <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. This server can't help you much.</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>
+
+ <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>
+
+ <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>