Prevent zooming the page

This commit is contained in:
arne 2024-03-23 22:30:59 +01:00
commit a9c6a26091

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>pond | compost.party</title> <title>pond | compost.party</title>
</head> </head>
<body> <body>