embed-dir/testdata/bytes/index.html
Niklas Kapelle 659ab3f447
implemented mime mode
- required for picoserve
- moved testdata
2025-07-30 00:53:05 +02:00

13 lines
145 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>