Put <title> and <base> in the <head> instead of <body>

This also means renderHTML() is no longer needed.
This commit is contained in:
Nate Weaver
2020-01-30 06:10:45 -06:00
parent dc4850b777
commit 447cc44b8e
6 changed files with 28 additions and 24 deletions

View File

@@ -1,5 +1,7 @@
<html>
<head>
<title></title>
<base href="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {