fractal-hell/index.html

17 lines
428 B
HTML
Raw Normal View History

2024-09-12 19:19:06 -04:00
<!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>