mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15:32 +02:00
add timestamps to blender renders, add alien animation, add empty project page
This commit is contained in:
parent
b6cf5d1ba2
commit
04e37fd612
7 changed files with 96 additions and 4 deletions
14
templates/index_empty.html
Normal file
14
templates/index_empty.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue