Add Discord redirect

This commit is contained in:
RichardG867
2023-05-15 13:51:55 -03:00
parent 4958d93785
commit ed42aec75b
2 changed files with 17 additions and 0 deletions

12
_layouts/redirect.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>{{ page.title }}</title>
<meta http-equiv="refresh" content="0;URL={{ page.target }}" />
<script type="text/javascript">
location.href = '{{ page.target }}';
</script>
</head>
<body>
<h1><a href="{{ page.target }}">{{ page.title }}</a></h1>
</body>
</html>

5
discord.md Normal file
View File

@@ -0,0 +1,5 @@
---
layout: redirect
title: 86Box Discord
target: https://discord.gg/v5fCgFw
---