mirror of
https://github.com/safing/web
synced 2025-04-08 04:59:08 +00:00
Add discord redirect
This commit is contained in:
parent
8766dd2f40
commit
289d25e7c5
1 changed files with 16 additions and 0 deletions
16
discord.html
Normal file
16
discord.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: null
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting to Discord…</title>
|
||||
<link rel="canonical" href="{{ site.discord_url }}">
|
||||
<script>
|
||||
location="{{ site.discord_url }}";
|
||||
</script>
|
||||
<meta http-equiv="refresh" content="0; url={{ site.discord_url }}">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting to Discord…</h1>
|
||||
<a href="{{ site.discord_url }}">Click here if you are not redirected to Discord.</a>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue