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,9 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/build/list.js" type="text/javascript"></script>
|
||||
<script src="/static/build/darkmode.js" type="text/javascript"></script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue