chore: fixes

This commit is contained in:
MattTheTekie 2026-04-23 18:16:28 -04:00
commit 4b71360c5b

View file

@ -67,6 +67,12 @@
<center>
<p>
<img
src="images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<p>
Welcome to the Veltron Network!<br>
Our corner of the internet is a unique and inclusive space to explore technology and much more.
We are pioneers in the world of FOSS.
@ -94,9 +100,19 @@ function showHome(event) {
document.getElementById("content").innerHTML = `
<img src="images/digimon_thkh.1200-2533722281.jpg" width="100%" height="80%">
<center>
<p>Welcome to the Veltron Network!</p>
</center>
<center>
<p>
<img
src="images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<p>
Welcome to the Veltron Network!<br>
Our corner of the internet is a unique and inclusive space to explore technology and much more.
We are pioneers in the world of FOSS.
</p>
</center>
`;
}