tilde/partials/header.htm

54 lines
975 B
HTML

<!DOCTYPE html>
<html>
<body>
<header id=partial_header>
<nav>
<ul>
<li>
<a href="https://ayham.xyz">
🏠 Home
</a>
</li>
<li>
<a href="https://store.ayham.xyz">
🏪 Store
</a>
</li>
<li>
<a href="https://tildegit.org/ayham">
<img width=32 height=32 src="https://ayham.xyz/pix/git.svg" alt="git logo">
Git
</a>
</li>
<li>
<a href="https://ayham.xyz/proj.htm">
⚙️ Projects
</a>
</li>
<li>
<a href="https://ayham.xyz/blog/index.html">
📜 Articles
</a>
</li>
<li>
<a href="https://ayham.xyz/setup.htm">
🖥 Setup
</a>
</li>
<li>
<a href="https://ayham.xyz/books.htm">
📚 Library
</a>
</li>
<li>
<a href="https://ayham.xyz/contact.htm">
📧 Contact
</a>
</li>
</ul>
</nav>
</header>
<body>
<br/>
</html>