mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
10 lines
175 B
HTML
10 lines
175 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Valar Morghulis</title>
|
|
</head>
|
|
<body>
|
|
<h1><a href="http://example.net">Valar Morghulis</a></h1>
|
|
<p>hello world</p>
|
|
</body>
|
|
</html>
|