Files
NetNewsWire/iOS/Resources/page.html
T

16 lines
330 B
HTML
Raw Normal View History

2019-09-18 22:03:23 -07:00
<html>
<head>
2019-09-20 20:33:28 -05:00
<meta name="viewport" content="width=device-width">
2019-09-18 22:03:23 -07:00
<style>
2019-09-20 20:33:28 -05:00
:root {
color-scheme: light dark;
}
2019-09-18 22:03:23 -07:00
</style>
<script src="main.js"></script>
<script src="main_ios.js"></script>
2019-09-25 12:31:07 +12:00
<script src="newsfoot.js" async="async"></script>
2019-09-18 22:03:23 -07:00
</head>
<body>
</body>
</html>