fractal test
This commit is contained in:
commit
105aac8fd0
4 changed files with 673 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://dervland.net/index.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<section id='main'>
|
||||
<h1>Fractal Hell</h1>
|
||||
<canvas style='width: 800px; height: 800px; image-rendering: pixelated' id='canvas'>
|
||||
</section>
|
||||
<script src='js/perlin.js'></script>
|
||||
<script src='js/index.js'></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue