make page responsive

This commit is contained in:
Ben Harris 2019-09-11 21:35:22 -04:00
parent a3b917ee73
commit 070e74cd56
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 3 additions and 0 deletions

View File

@ -356,6 +356,9 @@ def fhost():
return """
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<title>{6}</title>
</head>