mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-08 09:05:07 +00:00
common: adding overview images
This commit is contained in:
10
index.html
10
index.html
@@ -1,9 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas stuff</title>
|
||||
<style>
|
||||
.preview {
|
||||
height: 250px;
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/orbits">Simulation of the solar system</a>
|
||||
<a href="/recBubbles">Recursive bubbles</a>
|
||||
<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>
|
||||
Reference in New Issue
Block a user