add timestamps to blender renders, add alien animation, add empty project page

This commit is contained in:
Crispy 2022-01-28 13:53:38 +01:00
parent b6cf5d1ba2
commit 04e37fd612
7 changed files with 96 additions and 4 deletions

14
pages/projects/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>Projects</title>
</head>
<body>
<include header.html/>
<main>
<pre>TODO: write things</pre>
</main>
<include footer.html/>
</body>
</html>