NetNewsWire/Mac/MainWindow/Detail/page.html

21 lines
411 B
HTML
Raw Normal View History

<html>
2020-01-30 13:18:56 +01:00
<head>
<title>[[title]]</title>
2020-01-30 13:18:56 +01:00
<style>
[[style]]
2020-01-30 13:18:56 +01:00
</style>
<script src="main.js"></script>
<script src="main_mac.js"></script>
<script src="newsfoot.js" async="async"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
processPage();
})
</script>
<base href="[[baseURL]]">
2020-01-30 13:18:56 +01:00
</head>
<body>
[[body]]
2020-01-30 13:18:56 +01:00
</body>
</html>