Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 0f314e4

Browse files
authored
fix(title): update site title and favicon
1 parent 6cd0eea commit 0f314e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/no-ref.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Url-Shorten-Worker</title>
4+
<title>Fuki | Redirection</title>
55
<meta http-equiv="Refresh" content="1; url={Replace}" />
66
<meta name="referrer" content="no-referrer" />
7+
<link rel="shortcut icon" href="https://r2.toshiki.dev/favicon.ico" type="image/x-icon" />
78
</head>
89

910
<body>

0 commit comments

Comments
 (0)