This commit is contained in:
2025-07-21 17:00:04 +02:00
parent 16be59d321
commit 01f3de7f3b
4 changed files with 59 additions and 0 deletions

20
html/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<!-- This is a very short HTTP/1.1 HTML Snippet. Mainly to test if the Server Works! -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rust HTTP</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<h1 class="specialboi">Hello from RSTTP</h1>
<p id="javascriptdate">
<p>
<script src="script.js"></script>
<a href="dir/index.html">Go to the second Page</a>
</body>
</html>