Forgot the magic tag for mobile support

This commit is contained in:
Quad 2024-10-15 23:32:58 +02:00
parent 91ce85aa99
commit 244978283f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>Quad's site</title> <title>Quad's site</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/style.css" /> <link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/poppins/poppins.css" /> <link rel="stylesheet" href="assets/poppins/poppins.css" />
</head> </head>