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

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>TITLE HERE</title>
</head>
<body>
<include header.html/>
<main>
<p>CONTENT HERE</p>
</main>
<include footer.html/>
</body>
</html>