add mobile support

This commit is contained in:
Dapeng 2016-09-21 13:19:53 +08:00
parent d5b9faa379
commit 3e92c837ce

View file

@ -3,6 +3,7 @@
<html ng-app="petClinicApp"> <html ng-app="petClinicApp">
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimal-ui">
<title>PetClinic :: a Spring Framework demonstration</title> <title>PetClinic :: a Spring Framework demonstration</title>
<link rel="stylesheet" href="webjars/bootstrap/3.3.7/css/bootstrap.min.css"/> <link rel="stylesheet" href="webjars/bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="resources/css/petclinic.css"/> <link rel="stylesheet" href="resources/css/petclinic.css"/>