discord: Fixed formatting and added HTML lang
parent
93958e559e
commit
420026541d
|
@ -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>
|
Loading…
Reference in New Issue