Skip to content

Commit 78646c2

Browse files
committed
fix type: title download button
1 parent 8402ef1 commit 78646c2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1 class="select-none">Automata Simulation</h1>
8888

8989
<div
9090
class="bg-white cursor-pointer select-none rounded-full border-2 w-8 h-8 text-center leading-6 text-xs"
91-
title="Clear all"
91+
title="Download"
9292
id="btn-download"
9393
>
9494
<i class="fa-solid fa-cloud-arrow-down text-[10px]"></i>
@@ -197,6 +197,16 @@ <h2 class="text-2xl font-bold mb-2">Collaborate</h2>
197197
</li>
198198
</ol>
199199

200+
<p class="mb-4">
201+
Github:
202+
<a
203+
target="_blank"
204+
class="text-blue-500 underline"
205+
href="https://github.com/byandrev/automata-simulation"
206+
>https://github.com/byandrev/automata-simulation</a
207+
>
208+
</p>
209+
200210
<p>
201211
If you have any questions or need further information, feel free to
202212
contact us via

0 commit comments

Comments
 (0)