pages/projects/index.html

42 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/png" href="/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>EmaMaker&#38;#8217;s Blog | Projects</title>
</head>
<body>
<header><center>
<a href="/index.html">Home</a>
|
<a href="/projects/index.html">Projects</a>
|
<a href="/notes/index.html">Notes</a>
|
<a href="https://git.emamaker.com/EmaMaker">Gitea</a>
|
<a href="https://github.com/EmaMaker">Github</a>
|
<a href="https://instagram.com/EmaMaker">Instagram</a>
</center>
</header>
<article>
<p>TODO</p>
</article>
<footer><p>
Author: EmaMaker
<a href="mailto:emamaker@tutanota.com">emamaker@tutanota.com</a>
<br>
This website is statically generated from markdown using <a href="https://git.alemauri.eu/alema/rivet">rivet</a>,
a static website generator written in POSIX compliant sh by my dear friend <a href="https://alemauri.eu">Alessandro Mauri. Check him out!</a>
<br>
This website is hosted on Codeberg Pages. <a href="https://codeberg.org/EmaMaker/pages>Feel free to check out the sources</a>
</p>
</footer>
</body>
</html>