Fixed faulty download paths
Some checks are pending
Build Everything / sass_compile (push) Waiting to run

Update intro.php
This commit is contained in:
Herwin Bozet (NibblePoker) 2024-11-26 22:11:12 +01:00
parent 14165e2006
commit c2f002eaee

View File

@ -67,7 +67,7 @@ global $root_path;
<tr>
<td>NibbleCSS</td>
<td>
<a href="/css/nibblepoker.min.css"
<a href="./css/nibblepoker.min.css"
title="Download the minified full stylesheet"
class="a-hidden"
download>
@ -79,7 +79,7 @@ global $root_path;
</a>
</td>
<td>
<a href="/css/nibblepoker.css"
<a href="./css/nibblepoker.css"
title="Download the full stylesheet"
class="a-hidden"
download>
@ -94,7 +94,7 @@ global $root_path;
<tr>
<td>Debugger</td>
<td>
<a href="/css/debugger.min.css"
<a href="./css/debugger.min.css"
title="Download the minified debugging stylesheet"
class="a-hidden"
download>
@ -106,7 +106,7 @@ global $root_path;
</a>
</td>
<td>
<a href="/css/debugger.css"
<a href="./css/debugger.css"
title="Download the debugging stylesheet"
class="a-hidden"
download>