NetNewsWire/iOS/Resources/page.html

18 lines
346 B
HTML
Raw Normal View History

<html>
2020-01-30 13:18:56 +01:00
<head>
<title></title>
<base href="">
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-01-30 13:18:56 +01:00
<style>
:root {
color-scheme: light dark;
}
2020-01-30 13:18:56 +01:00
</style>
<script src="main.js"></script>
<script src="main_ios.js"></script>
<script src="newsfoot.js" async="async"></script>
2020-01-30 13:18:56 +01:00
</head>
<body>
</body>
</html>