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