summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2024-01-09 19:12:14 -0500
committerCarson Fleming <cflems@cflems.net>2024-01-09 19:12:14 -0500
commitea6c42fec59f5a6cad6f988ae30395eb4bf774c9 (patch)
tree172cd6e3d5921c8f3d8ac1f952adb7bfe2cf80de /static/index.html
parente74dcc4f14446b4ec14ff8bf4b83149f97c53e9e (diff)
downloadfle.ms-ea6c42fec59f5a6cad6f988ae30395eb4bf774c9.tar.gz
Use c.fle.ms instead of external cdn
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index c25c686..86843a9 100644
--- a/static/index.html
+++ b/static/index.html
@@ -6,7 +6,7 @@
<meta name="author" content="Carson Fleming" />
<meta name="description" content="fle.ms is a REST API driven URL shortener—a service which stores long and complicated URLs such as Google Drive documents, GitHub commit references, Spotify playlists, and social media permalinks." />
<link rel="canonical" href="https://fle.ms/" />
- <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" />
+ <link rel="icon" type="image/svg+xml" href="https://c.fle.ms/fle.ms/logo.svg" />
<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" />