Standardize on tabs

This commit is contained in:
Nate Weaver 2020-01-30 06:18:56 -06:00
parent 447cc44b8e
commit e6c2c32456
2 changed files with 16 additions and 16 deletions

View File

@ -1,13 +1,13 @@
<html> <html>
<head> <head>
<title></title> <title></title>
<base href=""> <base href="">
<style> <style>
</style> </style>
<script src="main.js"></script> <script src="main.js"></script>
<script src="main_mac.js"></script> <script src="main_mac.js"></script>
<script src="newsfoot.js" async="async"></script> <script src="newsfoot.js" async="async"></script>
</head> </head>
<body> <body>
</body> </body>
</html> </html>

View File

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