header.html 635 B

123456789101112131415161718
  1. <p>
  2. #!/bin/bash
  3. # _____ _ _ _ _ __
  4. # /__ \___ ___| |__ _ __ (_) ___ __ _| | |_ _ / _|_ _ _ __
  5. # / /\/ _ \/ __| '_ \| '_ \| |/ __/ _` | | | | | | | |_| | | | '_ \
  6. # / / | __/ (__| | | | | | | (_| (_| | | | |_| |_| _| |_| | | | |
  7. # \/ \___|\___|_| |_|_| |_|_|\___\__,_|_|_|\__, (_)_| \__,_|_| |_|
  8. # 2025 Steffen Blake |___/
  9. </p>
  10. <h1>Technically Fun</h1>
  11. <h2>Navigation</h2>
  12. <nav>
  13. <a href="/">1. Home</a>
  14. <a href="/posts">2. All my posts</a>
  15. <a href="/about">3. About me</a>
  16. </nav>