queermandelbrot/dist/index.html

20 lines
328 B
HTML
Raw Normal View History

2024-12-07 21:15:59 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Queer Mandelbrot</title>
<style>
#mandelbrot {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
2024-12-07 21:15:59 +00:00
</head>
<body>
<canvas id="mandelbrot" width="600" height="400"></canvas>
<script src="./queermandelbrot.js"></script>
</body>
</html>