This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/index.html
2022-03-09 18:55:28 +08:00

44 lines
911 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="data:;base64,=">
<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){
html {
font-size: 12px;
}
}
@media only screen and (min-width: 1360px) and (min-height: 650px){
html {
font-size: 14px;
}
}
@media only screen and (min-width: 1700px) and (min-height: 800px){
html {
font-size: 16px;
}
}
</style>
</head>
<body class="theme-light">
<div id="app"></div>
</body>
</html>