actually print headers, meta tag
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user