IPost/views/hall-of-fame.html
Mystikfluu 9600c5e7ee add security.txt
add public pgp key and hall of fame along with it
2022-11-19 15:47:47 +01:00

19 lines
531 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="https://ipost.tk/.well-known/security.txt"> security.txt </a>
</body>
</html>