Files
canvas/index.html
2025-08-08 22:58:43 +02:00

19 lines
859 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="Solar system simulation" class="preview" title="Solar system simulation"></a> <br>
<a href="/recBubbles"><img src="img/recBubbles.png" alt="Recursive bubbles" class="preview" title="Recursive bubbles"></a> <br>
<a href="/fireWorks"><img src="img/fireWorks.png" alt="Fireworks" class="preview" title="Fireworks"></a>
<a href="/balls"><img src="img/balls.png" alt="Balls" class="preview" title="Balls"></a>
<a href="/bubbles"><img src="img/bubbles.png" alt="Bubbles" class="preview" title="Bubbles"></a>
<a href="/circleBs"><img src="img/circleBs.png" alt="circleBs" class="preview" title="circleBs"></a>
</body>
</html>