11 lines
190 B
HTML
Raw Normal View History

<html>
<head>
<title>a page with a link</title>
</head>
<body>
<p>this is a page with a link</p>
<a href="page2.html">page2.html</a>
</body>
</html>