actually print headers, meta tag

This commit is contained in:
2019-01-16 23:51:39 -08:00
parent 08ea1b8d60
commit 0002f87e0e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>{} - TextProxy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{0} - TextProxy</title>
</head>
<body>
<pre>{}</pre>
<h1>{0}</h1>
<pre>{1}</pre>
</body>
</html>