wordpress and www to legacy
This commit is contained in:
parent
711305655d
commit
11e48bc489
9 changed files with 0 additions and 0 deletions
40
_legacy/2022/html/www.natenom.com_template.html
Normal file
40
_legacy/2022/html/www.natenom.com_template.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!doctype html>
|
||||
<html lang="de-DE">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
|
||||
<link rel="stylesheet" href="/www.natenom.com.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Do not touch this file. It is handled via https://code.cozy.town/vrifox/natenom-websites/ -->
|
||||
|
||||
<!-- Include nom_globaltopbar -->
|
||||
<div class="nom_globaltopbar">
|
||||
<ul class="nom_globaltopbar-inner left">
|
||||
<li><a href="https://www.natenom.com/" title="Infos über Natenom" target="_top">Über Natenom</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="https://blog.natenom.com/" title="Natenoms Blog" target="_top">Blog</a></li>
|
||||
<li><a href="https://wiki.natenom.de/" title="Mein Wiki" target="_top">Wiki</a>
|
||||
<li><a href="https://files.natenom.com/" title="Dateiablage" target="_top">Dateien</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="https://wiki.natenom.de/ueber/natemologie-zentrum" title="Mumble-Server Natemologie-Zentrum" target="_top">Mumble</a>
|
||||
<li><span class="separator"></span>
|
||||
<li><a href="/datenschutz/" title="Datenschutz" target="_top">Datenschutz</a>
|
||||
<li><a href="https://www.natenom.com/impressum/" title="Impressum" target="_top">Impressum</a>
|
||||
</ul>
|
||||
<ul class="nom_globaltopbar-inner right">
|
||||
<li><a rel="me" href="https://twitter.com/natenom" target="_top">Twitter</a></li>
|
||||
<li><a rel="me" href="https://social.anoxinon.de/@natenom" target="_top">Mastodon</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- End of nom_globaltopbar include -->
|
||||
|
||||
<main>
|
||||
<div class="container">
|
||||
<!-- Iclude content -->
|
||||
<!-- End of content include -->
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue