Standardize on tabs
This commit is contained in:
parent
447cc44b8e
commit
e6c2c32456
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue