Update index.html to modify header text and adjust layout

This commit is contained in:
vista-man
2025-03-28 00:19:25 +01:00
parent b8ba382700
commit dc281de107

View File

@@ -12,9 +12,6 @@
<link rel="icon" href="./assets/pokeball.png" type="image/x-icon">
</head>
<body>
<center>
<h1>jeremy heeft minder dan niks gedaan</h1>
</center>
<main class="main">
<header class="header home">
<div class="container">
@@ -131,6 +128,9 @@
</div>
</div>
</section>
<center>
<h4>jeremy heeft minder dan niks gedaan</h4>
</center>
</main>
<script src="./pokemon.js" defer></script>
<script src="./search.js" defer></script>