aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn/index.html
blob: 6ca1717a5547d1c273f0865e1dd966d8e203b849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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>

      <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>
  </body>
</html>