Research-Stack/4-Infrastructure/servo-fetch/tests/fixtures/simple.html

9 lines
157 B
HTML

<html>
<head><title>Simple Page</title></head>
<body>
<main>
<h1>Hello World</h1>
<p>Just some plain text without any links.</p>
</main>
</body>
</html>