Add sitemap ?
This commit is contained in:
parent
a86623b45e
commit
2d08be3e3c
1 changed files with 45 additions and 0 deletions
45
src/sitemap.html
Normal file
45
src/sitemap.html
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<meta name="author" content="edpibu" />
|
||||||
|
|
||||||
|
<title>Sitemap – edgarpierre.fr</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://edgarpierre.fr/" />
|
||||||
|
<link rel="icon" href="static/svg/logo.svg" />
|
||||||
|
<link rel="stylesheet" href="static/css/main.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<a href="/">
|
||||||
|
<img class="logo" width="32" height="32" src="static/svg/logo.svg" alt="" />
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div class="info">
|
||||||
|
<h1>Sitemap</h1>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://edgarpierre.fr">edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://cal.edgarpierre.fr">cal.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://cockpit.edgarpierre.fr">cockpit.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://galene.edgarpierre.fr">galene.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://git.edgarpierre.fr">git.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://kalliope.edgarpierre.fr">kalliope.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://nummi.edgarpierre.fr">nummi.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://pad.edgarpierre.fr">pad.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://pass.edgarpierre.fr">pass.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://photos.edgarpierre.fr">photos.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://sync.edgarpierre.fr">sync.edgarpierre.fr</a></li>
|
||||||
|
<li><a href="https://sys.edgarpierre.fr">sys.edgarpierre.fr</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
© Edgar P. Burkhart — 2022
|
||||||
|
<br />
|
||||||
|
<a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue