12345678910111213141516171819202122232425262728293031 |
- <div id="credits">
- <b>Credits</b><br>
- This website uses <a href="https://necolas.github.io/normalize.css/" target="_blank">normalize.css</a>
- and <a href="https://simplecss.org/" target="_blank">simple.css</a>.<br>
- The HTTPS certificate is issued by <a href="https://letsencrypt.org/">Let's Encrypt</a>.
- </div>
- <div id="about">
- <b>About</b><br>
- Marek Küthe<br>
- {{ site.contact.email }}
- </div>
- <hr>
- <div id="footer-logos">
- <a href="https://byeob.de/dn42/">
- <img src="/assets/img/dn42.png" alt="dn42"></a>
- <a href="https://byeob.de/crxn/">
- <img src="/assets/img/crxn.png" alt="CRXN"></a>
- <a href="https://byeob.de/yggdrasil/">
- <img src="/assets/img/yggdrasil.png" alt="Yggdrasil"></a>
- <a href="https://www2.mk16.de/">
- <img src="/assets/img/i2p.png" alt="I2P"></a>
- </div>
- <div id="feed">
- <a href="/feed.xml">Atom feed</a>
- </div>
|