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>
<head>
<head>
<title></title>
<base href="">
<style>
</style>
<script src="main.js"></script>
<script src="main_mac.js"></script>
<style>
</style>
<script src="main.js"></script>
<script src="main_mac.js"></script>
<script src="newsfoot.js" async="async"></script>
</head>
<body>
</body>
</head>
<body>
</body>
</html>

View File

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