mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
16 lines
560 B
HTML
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> |