aboutsummaryrefslogtreecommitdiff
path: root/cmd/xedn/index.html
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-18 17:47:19 -0400
committerXe Iaso <me@xeiaso.net>2023-03-18 17:47:19 -0400
commit55c70e63454cd410f075a5dff7a59109a66e9b8a (patch)
tree4f8c296649d26519ab0ddf2be762a67b8aaf798b /cmd/xedn/index.html
parente02edb4eb42ba2c1c397a802c60564436635035d (diff)
downloadx-55c70e63454cd410f075a5dff7a59109a66e9b8a.tar.xz
x-55c70e63454cd410f075a5dff7a59109a66e9b8a.zip
add Iosevka Iaso fonts to XeDN
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/xedn/index.html')
-rw-r--r--cmd/xedn/index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/cmd/xedn/index.html b/cmd/xedn/index.html
index 03c4b8e..954c54a 100644
--- a/cmd/xedn/index.html
+++ b/cmd/xedn/index.html
@@ -2,9 +2,8 @@
<html>
<head>
<title>XeDN</title>
- <style>
- main{font-family:monospace,monospace;max-width:38rem;padding:2rem;margin:auto}@media only screen and (max-device-width:736px){main{padding:0}}::selection{background:#d3869b}body{background:#282828;color:#ebdbb2}pre{background-color:#3c3836;padding:1em;border:0}a,a:active,a:visited{color:#b16286;background-color:#1d2021}h1,h2,h3,h4,h5{margin-bottom:.1rem}blockquote{border-left:1px solid #bdae93;margin:.5em 10px;padding:.5em 10px}footer{align:center}@media (prefers-color-scheme:light){body{background:#fbf1c7;color:#3c3836}pre{background-color:#ebdbb2;padding:1em;border:0}a,a:active,a:visited{color:#b16286;background-color:#f9f5d7}h1,h2,h3,h4,h5{margin-bottom:.1rem}blockquote{border-left:1px solid #655c54;margin:.5em 10px;padding:.5em 10px}}
- </style>
+ <link rel="stylesheet" href="/static/css/iosevka/family.css" />
+ <link rel="stylesheet" href="/static/css/xess.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
@@ -13,9 +12,7 @@
<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>
- <footer>
- <p>CSS available under the MIT license.</p>
- </footer>
+ <p>From <a href="https://xeiaso.net">Within</a>.</p>
</main>
</body>
</html>