45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<base href="/"/>
|
||
|
<title>Base URL with base test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<article>
|
||
|
<h1>Lorem</h1>
|
||
|
<div>
|
||
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||
|
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||
|
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
||
|
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
|
</div>
|
||
|
<p>Links</p>
|
||
|
<p><a href="foo/bar/baz.html">link</a></p>
|
||
|
<p><a href="./foo/bar/baz.html">link</a></p>
|
||
|
<p><a href="/foo/bar/baz.html">link</a></p>
|
||
|
<p><a href="#foo">link</a></p>
|
||
|
<p><a href="baz.html#foo">link</a></p>
|
||
|
<p><a href="/foo/bar/baz.html#foo">link</a></p>
|
||
|
<p><a href="http://test/foo/bar/baz.html">link</a></p>
|
||
|
<p><a href="https://test/foo/bar/baz.html">link</a></p>
|
||
|
<p>Images</p>
|
||
|
<p><img src="foo/bar/baz.png"/></p>
|
||
|
<p><img src="./foo/bar/baz.png"/></p>
|
||
|
<p><img src="/foo/bar/baz.png"/></p>
|
||
|
<p><img src="http://test/foo/bar/baz.png"/></p>
|
||
|
<p><img src="https://test/foo/bar/baz.png"/></p>
|
||
|
<h2>Foo</h2>
|
||
|
<div>
|
||
|
Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||
|
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||
|
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
||
|
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
||
|
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
|
</div>
|
||
|
</article>
|
||
|
</body>
|
||
|
</html>
|