summaryrefslogtreecommitdiff
path: root/public/catalogue.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-06-21 01:06:14 +0500
committerilotterytea <iltsu@alright.party>2025-06-21 01:06:14 +0500
commitf74a36af13481ae5e7dd082c78dd9ea437c7049a (patch)
treebc693f495099c162b147d23936c1544669471c41 /public/catalogue.php
parent646f856c02e47b7e127d53e0a7ee6e5774839cd7 (diff)
feat: mobile responsiveness
Diffstat (limited to 'public/catalogue.php')
-rw-r--r--public/catalogue.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/catalogue.php b/public/catalogue.php
index add156e..fca1183 100644
--- a/public/catalogue.php
+++ b/public/catalogue.php
@@ -41,8 +41,11 @@ $files = $stmt->fetchAll();
<head>
<title>File Catalogue &lpar;Page <?= $page + 1 ?>/<?= $max_pages ?>&rpar; - <?= INSTANCE_NAME ?></title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta name="theme-color" content="#ffe1d4">
</head>
<body>