Files
NetNewsWire/iOS/Resources/page.html
T

18 lines
346 B
HTML
Raw Normal View History

2019-09-18 22:03:23 -07:00
<html>
2020-01-30 06:18:56 -06:00
<head>
<title></title>
<base href="">
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-01-30 06:18:56 -06:00
<style>
2019-09-20 20:33:28 -05:00
:root {
color-scheme: light dark;
}
2020-01-30 06:18:56 -06: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>
2020-01-30 06:18:56 -06:00
</head>
<body>
</body>
2019-09-18 22:03:23 -07:00
</html>