naoufal zerai afa605b9aa initial
2022-08-17 16:36:54 -04:00

32 lines
935 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello World | Zerai.xyz</title>
<link rel="canonical" href="http://example.org/">
<link rel='alternate' type='application/rss+xml' title="Zerai.xyz RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="hello world">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1>Hello World</h1></header>
<article>
<p>hello world</p>
<div id="nextprev">
<a href="/about/"><div id="prevart">Previous:<br>About</div></a>
</div>
</article>
</main>
<footer>
<a href="http://example.org/">http://example.org/</a><br><br>
<a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>
</body>
</html>