Skip to content

Commit

Permalink
Add viewport meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
laniywh committed Dec 19, 2016
1 parent 783d4ec commit c1c67bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebContent/WEB-INF/tags/wrapper.tag
Expand Up @@ -6,6 +6,7 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>${pageTitle}</title> <title>${pageTitle}</title>
<link rel="stylesheet" href="<c:url value="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" /> <link rel="stylesheet" href="<c:url value="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" />
" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous"> " integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
Expand Down

0 comments on commit c1c67bd

Please sign in to comment.