NetNewsWire/Mac/MainWindow/Detail/page.html
Nate Weaver 447cc44b8e Put <title> and <base> in the <head> instead of <body>
This also means renderHTML() is no longer needed.
2020-01-30 06:15:14 -06:00

14 lines
265 B
HTML

<html>
<head>
<title></title>
<base href="">
<style>
</style>
<script src="main.js"></script>
<script src="main_mac.js"></script>
<script src="newsfoot.js" async="async"></script>
</head>
<body>
</body>
</html>