static files
This commit is contained in:
parent
a575c57743
commit
8ee168a4fe
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>GALLERY OF WONDERS</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>WONDERS</h1>
|
||||
<<img src="wonder.jpg" alt="WONDAH" />
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
Loading…
Reference in New Issue