2019-09-19 07:03:23 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2019-12-25 03:12:10 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-09-19 07:03:23 +02:00
|
|
|
<style>
|
2019-09-21 03:33:28 +02:00
|
|
|
:root {
|
|
|
|
color-scheme: light dark;
|
|
|
|
}
|
2019-09-19 07:03:23 +02:00
|
|
|
</style>
|
2019-09-21 11:34:11 +02:00
|
|
|
<script src="main.js"></script>
|
2019-10-13 22:47:11 +02:00
|
|
|
<script src="main_ios.js"></script>
|
2019-09-25 02:31:07 +02:00
|
|
|
<script src="newsfoot.js" async="async"></script>
|
2019-09-19 07:03:23 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|