Skip to content

Commit e23d924

Browse files
authored
index.html.tmpl: set viewport
1 parent 2278586 commit e23d924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servant-swagger-ui/index.html.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1011
<!-- Script to reload .../swagger-ui to .../swagger-ui/ -->
1112
<script type="text/javascript">
1213
if (window.location.href.match(/\/index.html\/$/)) {

0 commit comments

Comments
 (0)