summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2023-10-20 01:41:29 -0400
committerCarson Fleming <cflems@cflems.net>2023-10-20 01:41:29 -0400
commit383c7324f0955533b0f9eb02c80493d79c54ffb6 (patch)
tree018c26cd6e186e99713442d6d6d52da42fc9b536 /static/index.html
parent85bfca468c9ed736d3866c4bdd2a75edb9779fa0 (diff)
downloadfle.ms-383c7324f0955533b0f9eb02c80493d79c54ffb6.tar.gz
Fetch images from cdn; node doesnt need to do that heavy lifting
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html
index 4deeefb..6e5723e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://fle.ms/" />
- <link rel="icon" type="image/png" href="img/logo.png" />
- <link rel="stylesheet" type="text/css" href="https://cflems.net/css/fonts.css" />
+ <link rel="icon" type="image/png" href="https://cdn.cflems.net/fle.ms/logo.webp" />
+ <link rel="stylesheet" type="text/css" href="css/fonts.css" />
<link rel="stylesheet" type="text/css" href="css/standard.css" />
<link rel="stylesheet" type="text/css" href="css/mobile.css" />
<title>fle.ms</title>