Now handling pictures, using raw bytes

This commit is contained in:
Justine
2023-01-09 16:05:19 +01:00
parent da6d94e1f3
commit 0cc2d8cbb6
11 changed files with 80 additions and 456 deletions

12
html/test/crabe.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Naughty!</title>
</head>
<body>
<h1>NSFW</h1>
<p>Hi from Rust</p>
<img src="../pictures/bondage.jpg" style="width:400px;">
</body>
</html>