diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-03-06 20:30:43 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-03-06 20:30:43 -0500 |
| commit | 8b9c4911c9f02ace367abcaeb8b53c0b6aa6b7dd (patch) | |
| tree | c5fa7fa472ba60cfb42ada45ab7a8212041a7d4c /cmd/hlang | |
| parent | f319c1fa6b0a672e5373c4648275d643b4900fa2 (diff) | |
| download | x-8b9c4911c9f02ace367abcaeb8b53c0b6aa6b7dd.tar.xz x-8b9c4911c9f02ace367abcaeb8b53c0b6aa6b7dd.zip | |
cmd/hlang: fix CSS link
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hlang')
| -rw-r--r-- | cmd/hlang/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hlang/http.go b/cmd/hlang/http.go index f96704f..fcb3207 100644 --- a/cmd/hlang/http.go +++ b/cmd/hlang/http.go @@ -101,7 +101,7 @@ func doTemplate(body string) http.Handler { const indexTemplate = `<html> <head> <title>The h Programming Language</title> - <link rel="stylesheet" href="https://within.website/static/gruvbox.css"> + <link rel="stylesheet" href="https://cdn.xeiaso.net/static/pkg/xess/xess.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> |
