queermandelbrot/dist/index.html

19 lines
328 B
HTML

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