Commiting changes

This commit is contained in:
calcu1on
2025-04-11 16:39:17 -04:00
parent 4e3306c5dd
commit 92075763db
12 changed files with 69 additions and 35081 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Toolshed</title>
<link rel="stylesheet" href="/assets/style.css">
<script src="/assets/main.js" defer></script>
</head>
<body>
<h1>This is my toolshed. This web server is built using Rust :)</h1>
<img src="/images/6.jpg"/>
</body>
</html>