Make title of page be hostname of server

This commit is contained in:
Robert Miles 2018-08-17 21:13:35 -04:00
parent ec6344383c
commit a119f53607
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ def fhost():
<html>
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<title>0x0.tilde.team</title>
<title>{0}</title>
</head>
<body>
<div class="container">