Added buttons page part, Patched docker compose file, Added clock display

Update docker-compose.dev.yml, index.php, and 3 more files...
This commit is contained in:
Herwin
2024-11-13 22:47:07 +01:00
parent 4097bcca67
commit d6512716ec
5 changed files with 91 additions and 1 deletions

View File

@@ -96,4 +96,13 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
<span class="t-size-12">Horizontal Rulers</span>
</p>
</a>
<hr class="subtle">
<a class="a-hidden" href="#buttons">
<p class="t-size-18 t-w-500 py-xs sidebar-entry">
<i class="fa-solid fa-stop pr-xs t-size-12 t-half-muted"></i>
<span class="t-size-12">Buttons</span>
</p>
</a>
</nav>