Add favicon and update layout files; enhance product query and table styles

This commit is contained in:
2024-12-11 17:36:38 +01:00
parent 82a183fd18
commit 4e3dfccff2
10 changed files with 3727 additions and 1551 deletions

View File

@@ -13,6 +13,7 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="/layout/style.css">
<link href="/layout/favicon.png" rel="icon" type="image/x-icon">
</head>
<body class="unlogged">
<?= $this -> content;?>