Files
canvas/index.html
Sheldan 2035b2cebd fireWorks: adding initial version
common: adding more needed methods
2024-04-01 13:43:32 +02:00

16 lines
560 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>
</body>
</html>