mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
15 lines
217 B
Text
15 lines
217 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
|
|
<body>
|
|
<ul>
|
|
<li><a id="nav" href="/">Home</a></li>
|
|
</ul>
|
|
<a href="/">Link</a>
|
|
|
|
<p id="break">Foo<br>Bar</p>
|
|
</body>
|
|
</html>
|