aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:45:03 +0100
commit9dffe0b6f1d684777d22b149816b6f7c216bd91a (patch)
treeba7b8a1977f302cedcdcfd3391e7ff8f0e15677a /www/index.html
parent8bb35916b543e0814a47832297791d00982d1eae (diff)
downloadnissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.tar.gz
nissy-9dffe0b6f1d684777d22b149816b6f7c216bd91a.zip
HTML fixes
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index 1844631..9b8719f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -12,7 +12,7 @@
12<nav class="top"> 12<nav class="top">
13 <table class="menu"> 13 <table class="menu">
14 <tr> 14 <tr>
15 <td class="logo"> <a href="/"><img src="/favicon.png"></a> </td> 15 <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
16 <td class="links"> 16 <td class="links">
17 <a href="/download/">Download</a> | 17 <a href="/download/">Download</a> |
18 <a href="/examples/">Examples</a> 18 <a href="/examples/">Examples</a>
@@ -28,7 +28,7 @@
28 28
29<p class=subtitle>A Rubik's cube solver and FMC assistant</p> 29<p class=subtitle>A Rubik's cube solver and FMC assistant</p>
30 30
31<img src="/screenshot.png"> 31<img src="/screenshot.png" alt="A screenshot of nissy running in a terminal emulator">
32 32
33<p> 33<p>
34Nissy is a command-line Rubik's cube solver. It can find optimal solutions 34Nissy is a command-line Rubik's cube solver. It can find optimal solutions

Generated with cgit - Back to sebastiano.tronto.net