mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Adding missing meta
This commit is contained in:
parent
dd1df85e60
commit
c48ea0a873
1 changed files with 4 additions and 0 deletions
|
@ -3,7 +3,11 @@
|
||||||
<html ng-app="petClinicApp" xmlns:th="http://www.thymeleaf.org">
|
<html ng-app="petClinicApp" xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimal-ui"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimal-ui"/>
|
||||||
|
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<title>PetClinic :: a Spring Framework demonstration</title>
|
<title>PetClinic :: a Spring Framework demonstration</title>
|
||||||
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}"/>
|
<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}"/>
|
||||||
<link rel="stylesheet" th:href="@{/css/petclinic.css}"/>
|
<link rel="stylesheet" th:href="@{/css/petclinic.css}"/>
|
||||||
|
|
Loading…
Reference in a new issue