Fixed faulty download paths
Some checks are pending
Build Everything / sass_compile (push) Waiting to run
Some checks are pending
Build Everything / sass_compile (push) Waiting to run
Update intro.php
This commit is contained in:
parent
14165e2006
commit
c2f002eaee
@ -67,7 +67,7 @@ global $root_path;
|
|||||||
<tr>
|
<tr>
|
||||||
<td>NibbleCSS</td>
|
<td>NibbleCSS</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/css/nibblepoker.min.css"
|
<a href="./css/nibblepoker.min.css"
|
||||||
title="Download the minified full stylesheet"
|
title="Download the minified full stylesheet"
|
||||||
class="a-hidden"
|
class="a-hidden"
|
||||||
download>
|
download>
|
||||||
@ -79,7 +79,7 @@ global $root_path;
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/css/nibblepoker.css"
|
<a href="./css/nibblepoker.css"
|
||||||
title="Download the full stylesheet"
|
title="Download the full stylesheet"
|
||||||
class="a-hidden"
|
class="a-hidden"
|
||||||
download>
|
download>
|
||||||
@ -94,7 +94,7 @@ global $root_path;
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Debugger</td>
|
<td>Debugger</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/css/debugger.min.css"
|
<a href="./css/debugger.min.css"
|
||||||
title="Download the minified debugging stylesheet"
|
title="Download the minified debugging stylesheet"
|
||||||
class="a-hidden"
|
class="a-hidden"
|
||||||
download>
|
download>
|
||||||
@ -106,7 +106,7 @@ global $root_path;
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/css/debugger.css"
|
<a href="./css/debugger.css"
|
||||||
title="Download the debugging stylesheet"
|
title="Download the debugging stylesheet"
|
||||||
class="a-hidden"
|
class="a-hidden"
|
||||||
download>
|
download>
|
||||||
|
Loading…
Reference in New Issue
Block a user