update html header and footer

This commit is contained in:
creme 2021-02-16 22:50:43 +01:00
parent 1310c29f10
commit b5e383e403
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 7 additions and 2 deletions

View File

@ -58,7 +58,7 @@ app.config["FHOST_EXT_OVERRIDE"] = {
# default blacklist to avoid AV mafia extortion
app.config["FHOST_MIME_BLACKLIST"] = [
"application/x-dosexec",
# "application/x-dosexec",
"application/java-archive",
"application/java-vm"
]
@ -409,7 +409,11 @@ def fhost():
<title>{6}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="envs.sh | Null Pointer" />
<meta name="url" content="https://envs.sh/" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
<link rel="stylesheet" href="https://envs.net/css/css_style.css" />
<link rel="stylesheet" href="https://envs.net//css/fork-awesome.min.css" />
</head>
<body id="body" class="dark-mode">
<div class="clear" style="min-width: 1150px;">
@ -539,7 +543,8 @@ please allow up to 24 hours for a response.
</div>
</div>
<footer><pre class="clean">a <a href="https://envs.net/">envs.net</a> service&nbsp;&#124;&nbsp;by <a href="https://envs.net/~creme/">&#126;creme</a>&nbsp;&#124;&nbsp;<a href="https://envs.net/impressum/">impressum</a></pre></footer>
<footer><pre class="clean">a <a href="https://envs.net/">envs.net</a> service&nbsp;&#124;&nbsp;<a href="https://envs.net/impressum/">impressum</a>&nbsp;&#124;&nbsp;contact: <a href="mailto:hostmaster@envs.net" target="_blank"><i clas
s="fa fa-envelope-o fa-fw" aria-hidden="true"></i></a>&nbsp;&bull;&nbsp;<a href="https://envs.net/chat/matrix/"><i class="fa fa-matrix-org fa-fw" aria-hidden="true"></i></a></pre></footer>
</div>