static files

This commit is contained in:
andrzej 2024-11-10 16:31:41 +01:00
parent a575c57743
commit 8ee168a4fe
3 changed files with 19 additions and 0 deletions

9
gallery.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<title>GALLERY OF WONDERS</title>
</head>
<body>
<h1>WONDERS</h1>
<<img src="wonder.jpg" alt="WONDAH" />
</body>
</html>

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<<head>
<header>
<title>JAVA SERVER TEST</title>
</header>
<body>
<h1>YEAH BOI</h1>
<p>It fuckin werked, mate</p>
<p><a href="gallery.html">Click here</a> for wondrous things.</p>
</body>
</head>

BIN
wonder.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB