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:
parent
de49f8fbc7
commit
bcc9135851
4 changed files with 117 additions and 88 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue