added viewport tag

This commit is contained in:
Chris Bell 2025-06-24 23:11:19 -05:00
parent 86cc1260c1
commit a7d06a86cb

View File

@ -2,6 +2,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>SessionZero</title> <title>SessionZero</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
@ -51,4 +52,4 @@
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>