mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
fix indentation
This commit is contained in:
14
index.html
14
index.html
@@ -14,7 +14,7 @@
|
|||||||
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>
|
||||||
@@ -66,10 +66,7 @@
|
|||||||
<img src="./images/slope/icon.png" alt="App Icon">
|
<img src="./images/slope/icon.png" alt="App Icon">
|
||||||
<span class="label">Slope</span>
|
<span class="label">Slope</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="./games/run3/" class="app">
|
<a href="https://neon443.github.io/sandspiel/" class="app">
|
||||||
<img src="./images/run3/icon.png" alt="App Icon">
|
|
||||||
<span class="label">Run 3</span>
|
|
||||||
</a> <a href="./games/run3/" class="app">
|
|
||||||
<img src="./images/sandspiel/icon.png" alt="App Icon">
|
<img src="./images/sandspiel/icon.png" alt="App Icon">
|
||||||
<span class="label">Sandspiel</span>
|
<span class="label">Sandspiel</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -79,21 +76,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h3><b>News</b></h3>
|
<h3><b>News</b></h3>
|
||||||
<<<<<<< HEAD
|
|
||||||
<p>The redesign everyone has been waiting for is now here!</p>
|
|
||||||
<p><b>New Game:</b> Champion Island Google Doodle</p>
|
|
||||||
=======
|
|
||||||
<div class="indented">
|
<div class="indented">
|
||||||
<p>
|
<p>
|
||||||
The redesign everyone has been waiting for is now here!
|
The redesign everyone has been waiting for is now here!
|
||||||
</p>
|
</p>
|
||||||
<h4>New Games</h4>
|
<h4>New Games</h4>
|
||||||
<p class="indented">
|
<p class="indented">
|
||||||
05/10/2024 Run 3<br/>
|
05/10/2024 Run 3<br>
|
||||||
28/09/2024 Google Doodle Champion Island
|
28/09/2024 Google Doodle Champion Island
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
>>>>>>> dev
|
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<h5 class="center">Made with </> by neon443</h5>
|
<h5 class="center">Made with </> by neon443</h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user