fix gtag and indents

This commit is contained in:
neon443
2024-04-02 19:13:36 +01:00
parent 17b5bfdb77
commit a78fe1fdce

View File

@@ -8,17 +8,17 @@
<link rel="manifest" href="./app.webmanifest"> <link rel="manifest" href="./app.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css" type="text/css"> <link rel="stylesheet" href="./style.css" type="text/css">
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-6R79TC88DQ');
gtag('config', 'G-6R79TC88DQ'); </script>
</script> <!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) --> <script src="./script.js"></script>
<script src="./script.js"></script> </head>
<body> <body>
<div class="bar"> <div class="bar">
<div class="barItem"><h1>neon443</h1></div> <div class="barItem"><h1>neon443</h1></div>
@@ -41,15 +41,15 @@
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br> <b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br> <b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
</p> </p>
<table style="width:100%"> <table style="width:100%">
<tr> <tr>
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td> <td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td> <td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
</tr> </tr>
<tr> <tr>
<td class="label"><p>Minecraft 1.5.2</p></td> <td class="label"><p>Minecraft 1.5.2</p></td>
<td class="label"><p>Minecraft 1.8.8 u27</p></td> <td class="label"><p>Minecraft 1.8.8 u27</p></td>
</tr> </tr>
</table><br> </table><br>
</body> </body>
</html> </html>