gerboweb: Add viewport meta
This commit is contained in:
parent
1bdfa0925e
commit
bf4620e3bf
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
|
||||
<link rel="icon" type="image/png" href="{{url_for('static', filename='favicon-512.png')}}">
|
||||
<link rel="apple-touch-icon" href="{{url_for('static', filename='favicon-512.png')}}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div class="layout-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue