discord-bot/src/server/views/magnet.ejs
2024-10-15 22:57:47 +02:00

18 lines
No EOL
406 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("../partials/head.ejs"); %>
<meta http-equiv="refresh" content="5; url=<%-url%>">
</head>
<body>
<%- include("../partials/header.ejs"); %>
<div class="container">
<p>You should get redirected within 5 seconds.</p>
<a href="<%-url%>">Not redirected automatically?</a>
</div>
<%- include("../partials/footer.ejs"); %>
</body>
</html>