add meta viewport tag

This commit is contained in:
filifa 2025-12-11 23:49:34 -05:00
parent ffed91260e
commit becee9632f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="en-US"> <html lang="en-US">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
<title>mcalc</title> <title>mcalc</title>
</head> </head>