13 lines
304 B
HTML
13 lines
304 B
HTML
<!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>
|