mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
add mobile support
This commit is contained in:
parent
d5b9faa379
commit
3e92c837ce
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<html ng-app="petClinicApp">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimal-ui">
|
||||
<title>PetClinic :: a Spring Framework demonstration</title>
|
||||
<link rel="stylesheet" href="webjars/bootstrap/3.3.7/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="resources/css/petclinic.css"/>
|
||||
|
|
Loading…
Reference in a new issue