a couple of small refactors

This commit is contained in:
counterweight 2025-02-27 12:36:22 +01:00
parent e632bbf0e0
commit 35d41827c6
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<title>Seca home</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/seca.css" />
<%- include("partials/commonStyles") %>
<link rel="stylesheet" href="/css/offers.css" />
</head>
@ -179,7 +179,6 @@
</div>
<%- include("partials/appCommonScripts") %>
<script src="/javascript/utils.js"></script>
<script src="/javascript/offers.js"></script>
</body>
</html>

View file

@ -1 +1,2 @@
<script src="/javascript/app.js"></script>
<script src="/javascript/utils.js"></script>

View file

@ -0,0 +1 @@
<link rel="stylesheet" href="/css/seca.css" />