batflip/public/index.html

13 lines
318 B
HTML
Raw Normal View History

2025-04-11 16:39:17 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Toolshed</title>
<link rel="stylesheet" href="/assets/style.css" />
<script src="/assets/main.js"></script>
2025-04-11 16:39:17 -04:00
</head>
<body>
<h1>This is my toolshed. This web server is built using Rust :)</h1>
<img src="/images/6.jpg" alt="some image" />
2025-04-11 16:39:17 -04:00
</body>
</html>