Update templates with viewport meta tag

This addition helps ensure proper rendering and
responsiveness of the webpage across
different devices and screen sizes.
This commit is contained in:
James Musselman 2023-11-30 03:23:38 -06:00
parent de49f8fbc7
commit bcc9135851
4 changed files with 117 additions and 88 deletions

View file

@ -8,6 +8,8 @@
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>