mirror of
https://git.lgbt/root/l1l1th.git
synced 2025-03-28 15:06:20 +01:00
18 lines
No EOL
406 B
Text
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> |