discord: Fixed formatting and added HTML lang

pull/27/head
Nathan Woodburn 2023-04-21 12:38:14 +10:00
parent 93958e559e
commit 420026541d
No known key found for this signature in database
GPG Key ID: 4B53F5724D2B06DB
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,6 @@
<!doctype html>
<html>
<html lang='en'>
<head>
<title>Handshake</title>
@ -28,7 +29,9 @@
<!-- After 0 seconds redirect user to Discord Invite Link -->
<meta http-equiv="Refresh" content="0; url='https://discord.gg/Vq3PWF6cJ6'" />
</head>
<body>
Redirecting you to <a href="https://discord.gg/Vq3PWF6cJ6">https://discord.gg/Vq3PWF6cJ6</a>
Redirecting you to <a href="https://discord.gg/Vq3PWF6cJ6">https://discord.gg/Vq3PWF6cJ6</a>
</body>
</html>
</html>