Files
canvas/index.html
2024-04-01 13:17:41 +02:00

15 lines
405 B
HTML

<html>
<head>
<title>Canvas stuff</title>
<style>
.preview {
height: 250px;
width: 250px;
}
</style>
</head>
<body>
<a href="/orbits"><img src="img/orbits.png" alt="Orbits" class="preview" title="orbits"></a> <br>
<a href="/recBubbles"><img src="img/recBubbles.png" alt="Recursive bubbles" class="preview" title="recBubbles"></a>
</body>
</html>