mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
9 lines
157 B
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>
|