mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
initial
This commit is contained in:
28
public/categories/index.html
Normal file
28
public/categories/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Categories | 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_Categories">Categories</h1></header>
|
||||
<article>
|
||||
<ul></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>
|
||||
|
||||
13
public/categories/index.xml
Normal file
13
public/categories/index.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Zerai.xyz</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Recent content in Categories on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
|
||||
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user