armcord/index.html

20 lines
718 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>ArmCord</title>
<meta http-equiv="refresh" content="0; url=http://discord.com/app" />
</head>
<body>
<h1>Hello World!</h1>
<h1>Redirecting you to Discord...</h1>
<h1>If you are stuck on this page check your internet connection!</h1>
<!-- You can also require other files to run in this process -->
<script src="./renderer.js"></script>
</body>
</html>