IPost/views/hall-of-fame.html
Mystikfluu a4206ec1a7 change domain name
ipost.tk => ipost.rocks
2022-11-30 15:19:14 +01:00

19 lines
515 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hall Of Fame | IPost</title>
<style>
<%- globalcss %>
</style>
<script>
<%- warnmessagejs %>
</script>
</head>
<body>
<%- navbar %>
Nobody here yet, but if you think you may belong on here, see <a href="/.well-known/security.txt"> security.txt </a>
</body>
</html>