mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Add Discord redirect
This commit is contained in:
12
_layouts/redirect.html
Normal file
12
_layouts/redirect.html
Normal 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
5
discord.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: redirect
|
||||
title: 86Box Discord
|
||||
target: https://discord.gg/v5fCgFw
|
||||
---
|
||||
Reference in New Issue
Block a user