14 lines
195 B
HTML
14 lines
195 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Link test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
<a href="foobar">Hello world</a>, this is a test.
|
||
|
</p>
|
||
|
<a href="foo">Foo</a><br />
|
||
|
<a href="bar">Bar</a><br />
|
||
|
The end.
|
||
|
</body>
|
||
|
</html>
|