safing-web/discord.html

17 lines
524 B
HTML
Raw Permalink Normal View History

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