discord: Fixed formatting and added HTML lang
parent
93958e559e
commit
420026541d
|
@ -1,5 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html lang='en'>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Handshake</title>
|
<title>Handshake</title>
|
||||||
|
|
||||||
|
@ -28,7 +29,9 @@
|
||||||
<!-- After 0 seconds redirect user to Discord Invite Link -->
|
<!-- After 0 seconds redirect user to Discord Invite Link -->
|
||||||
<meta http-equiv="Refresh" content="0; url='https://discord.gg/Vq3PWF6cJ6'" />
|
<meta http-equiv="Refresh" content="0; url='https://discord.gg/Vq3PWF6cJ6'" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue