@andatoshiki/fuki
Version:
🐳 A lovely self-hosted yet serverless link shortener service via CloudFlare Workers!
21 lines (18 loc) • 614 B
HTML
<html>
<head>
<title>Fuki | Redirection</title>
<meta http-equiv="Refresh" content="1; url={Replace}" />
<meta name="referrer" content="no-referrer" />
<link rel="shortcut icon" href="https://r2.toshiki.dev/favicon.ico" type="image/x-icon" />
</head>
<body>
<p>Redirecting..<br /><a href="{Replace}">{Replace}</a></p>
<a href="https://github.com/toshikidev/fuki" target="_self">Fork me on GitHub</a>
<script type="text/javascript">
/* <![CDATA[ */
setTimeout('window.location.replace( "{Replace}" + window.location.hash );', 1000)
/* ]]> */
</script>
</body>
</html>