Backlink from pages to the repo

This commit is contained in:
djmil 2024-06-23 13:41:07 +02:00
parent 585c1fbb91
commit 1207009502
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
A simple static HTML page using JavaScript Canvas to draw recurisive tree. Click [here](https://djmil.pages.djmil.dev/canvas/index.html) to see the final result.
A simple static HTML page using JavaScript Canvas to draw recurisive tree. Click [here](https://djmil.pages.djmil.dev/canva-tree/index.html) to see the final result.
# How does it work

View File

@ -21,12 +21,13 @@
<section>
<h1 align="center">Recursive tree</h1>
<p>Reload the page to see another one</p>
<p>Reload the page to see another one.</p>
</section>
<canvas id="tree" width="1000" height="750"></canvas>
<section>
<p>Find out how this magick works at the <a href="https://gitea.djmil.dev/djmil/canva-tree">canvas-tree</a> repo.</p>
<p align="right">(c) djmil</p>
</section>