diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-01 09:43:27 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-01 09:46:51 -0700 |
commit | f9117e7c9b5b6602e4eb55ee48815882a7085782 (patch) | |
tree | 5605e10fff447eb8128e664f370f32c92e6139ff /web/static/index.html | |
parent | 7cb5abb07968641737f943144368a2e541d05e40 (diff) | |
download | dartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.gz dartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.xz |
make name consistent; minor file organisation
Diffstat (limited to 'web/static/index.html')
-rw-r--r-- | web/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/index.html b/web/static/index.html index c1a2fdd..f583449 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -85,7 +85,7 @@ <p>To avoid destructive actions being a misclick away, certain actions require two presses—one to activate the button and another to trigger it.</p> <p>The controls are designed to be keyboard-friendly. The keys should be fairly intuitive for the most part.</p> <h2>Info</h2> - <p>dartboat is <a href="https://retarded.software/dartbot.git/" target="_blank">free and open-source software</a>. It is written in C and compiled to WebAssembly for the web target. JavaScript is used to handle the interactive elements.</p> + <p>dartboat is <a href="https://retarded.software/dartboat.git/" target="_blank">free and open-source software</a>. It is written in C and compiled to WebAssembly for the web target. JavaScript is used to handle the interactive elements.</p> </div> </div> </body> |