add security.txt

add public pgp key and hall of fame along with it
This commit is contained in:
Mystikfluu
2022-11-19 15:47:47 +01:00
parent 2b3c5061ab
commit 9600c5e7ee
3 changed files with 81 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!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>