mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
initial
This commit is contained in:
30
public/blog/index.html
Normal file
30
public/blog/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Blogs | 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="">
|
||||
<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 id="tag_Blogs">Blogs</h1></header>
|
||||
<article>
|
||||
<ul>
|
||||
<li><time datetime="2022-08-16T23:13:10-04:00">2022 Aug 16</time> – <a href="/blog/hello-world/">Hello World</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
</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