initial
This commit is contained in:
commit
3e2e41b86a
15 changed files with 500 additions and 0 deletions
21
generators/work.html.template
Normal file
21
generators/work.html.template
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8" />
|
||||
<title>com.mekanoe.art // ##name##</title>
|
||||
<style>
|
||||
canvas {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
z-index: -1;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<main>
|
||||
<canvas id="canvas"></canvas>
|
||||
</main>
|
||||
<script src="/platform.js"></script>
|
||||
<script src="/##name##.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue