@ozo/react-rock
Version:
React 移动端开发脚手架,基于CRA3,通用、开箱即用。
33 lines (31 loc) • 960 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<style>
.err {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: 50em;
height: 30px;
margin: auto;
padding: 25px 60px;
line-height: 30px;
text-align: center;
font-weight: bolder;
border-radius: 8px;
background-color: #f5f5f5;
*position: static;
*margin-top: 200px;
}
</style>
</head>
<body>
<div class="err">温馨提示:当前的浏览器版本过低,存在安全风险,请使用较版本的谷歌、火狐、QQ等现代浏览器打开。</div>
</body>