1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-03 18:49:09 +00:00
safing-web/discord.html
2024-03-29 13:40:22 +01:00

16 lines
524 B
HTML

---
layout: null
---
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting to Discord&hellip;</title>
<link rel="canonical" href="{{ site.discord_direct_url }}">
<script>
location="{{ site.discord_direct_url }}";
</script>
<meta http-equiv="refresh" content="0; url={{ site.discord_direct_url }}">
<meta name="robots" content="noindex">
<h1>Redirecting to Discord&hellip;</h1>
<a href="{{ site.discord_direct_url }}">Click here if you are not redirected to Discord.</a>
</html>