fixed pages paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-25 23:01:21 +01:00
parent 7bcba93bd9
commit 8b86e7a6da
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -20,8 +20,8 @@
<h3 class="subtitle"> &gt CSS DEMO &lt </h3>
<p>Hello friend. This page tries to demonstrate basic CSS3 functionality.
<ul >
<li><a href="pages/roundcorners.html">CSS3 round corners</a></li>
<li><a href="pages/backgroundgradient.html">CSS3 background gradient</a></li>
<li><a href="./pages/roundcorners.html">CSS3 round corners</a></li>
<li><a href="./pages/backgroundgradient.html">CSS3 background gradient</a></li>
<li><a href="#">CSS3 shadows</a></li>
<li><a href="#">CSS3 2D transforms</a></li>
<li><a href="#">CSS3 3D transforms</a></li>