mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 18:43:08 +02:00
17 lines
404 B
HTML
17 lines
404 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Sample 1</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>Links:</p>
|
||
|
|
<ul>
|
||
|
|
<li><a href="https://wiby.me/">Wiby</a></li>
|
||
|
|
<li><a href="http://example.com/page">Example</a></li>
|
||
|
|
<li><a href="#local">Local</a></li>
|
||
|
|
<li><a href="mailto:foo@bar.com">Email</a></li>
|
||
|
|
<li><a href="https://wiby.me/about">Wiby About</a></li>
|
||
|
|
</ul>
|
||
|
|
</body>
|
||
|
|
</html>
|