mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
11 lines
122 B
HTML
11 lines
122 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<h1>My First Heading</h1>
|
|
|
|
<p>My first <a href="/two.html">page</a>.</p>
|
|
|
|
</body>
|
|
</html>
|
|
|