forked from djmil/canva-tree
Backlink from pages to the repo
This commit is contained in:
parent
585c1fbb91
commit
1207009502
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user