<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="./static/explore-tab-logo.png" rel="icon" type="image/x-icon"/>
<title>Nezha</title>
<style>
* {
margin: 0;
padding: 0;
}
@media only screen and (min-width: 10px) and (min-height: 10px){
html {
font-size: 10px;
@media only screen and (min-width: 1020px) and (min-height: 560px){
font-size: 12px;
@media only screen and (min-width: 1360px) and (min-height: 650px){
font-size: 14px;
@media only screen and (min-width: 1700px) and (min-height: 800px){
font-size: 16px;
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>