mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
initial
This commit is contained in:
31
public/about/index.html
Normal file
31
public/about/index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>About | 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 👋">
|
||||
<meta name="keywords" content="personal, test">
|
||||
<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>About</h1></header>
|
||||
<article>
|
||||
<p>Hello 👋</p>
|
||||
<div id="nextprev"><a href="/blog/hello-world/"><div id="nextart">Next:<br>Hello World</div></a>
|
||||
</div>
|
||||
<div style="clear:both" class=taglist><a id="tag_personal" href="http://example.org/tags/personal">Personal</a> · <a id="tag_test" href="http://example.org/tags/test">Test</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>
|
||||
|
||||
Reference in New Issue
Block a user