mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 17:36:19 +01:00
16 lines
330 B
HTML
16 lines
330 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<style>
|
|
:root {
|
|
color-scheme: light dark;
|
|
}
|
|
</style>
|
|
<script src="main.js"></script>
|
|
<script src="main_ios.js"></script>
|
|
<script src="newsfoot.js" async="async"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|