Skip to content

Commit c1c67bd

Browse files
committed
Add viewport meta tag
1 parent 783d4ec commit c1c67bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WebContent/WEB-INF/tags/wrapper.tag

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<html>
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
910
<title>${pageTitle}</title>
1011
<link rel="stylesheet" href="<c:url value="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" />
1112
" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">

0 commit comments

Comments
 (0)