Now handling pictures, using raw bytes
This commit is contained in:
12
html/test/crabe.html
Normal file
12
html/test/crabe.html
Normal 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>
|
Reference in New Issue
Block a user