add viewport meta tag for scaling

This commit is contained in:
cel 🌸 2023-06-23 16:02:26 +01:00
parent c5967c2b3b
commit 43c3cec8e7
Signed by: cel
GPG Key ID: 48E29AF13B5F1349
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/fonts.css">
<title>cel's garden</title>