Closes #148: force Qihoo 360 to use webkit rendering

This commit is contained in:
bgamard 2017-11-09 14:43:37 +01:00
parent 2957034286
commit c355cb8bd5

View File

@ -4,6 +4,8 @@
<title ng-bind-template="{{ pageTitle ? pageTitle : appName }}">Sismics Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit" />
<link rel="shortcut icon" href="../api/theme/image/logo" />
<!-- ref:css style/style.min.css -->
<link rel="stylesheet" href="style/bootstrap.css" type="text/css" />