NetNewsWire/iOS/Resources/page.html

14 lines
231 B
HTML

<html dir="auto">
<head>
<title>[[title]]</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
[[style]]
</style>
<base href="[[baseURL]]">
</head>
<body>
[[body]]
</body>
</html>