chore: fixes
This commit is contained in:
parent
ebbdbbf02c
commit
4b71360c5b
1 changed files with 19 additions and 3 deletions
22
legacy.html
22
legacy.html
|
|
@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue