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
2020-03-18 10:30:11 +08:00

25 lines
422 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="/static/logo14_14.png" type="image/x-icon"/>
<title>Nezha</title>
<style>
* {
margin: 0;
padding: 0;
font-family: NotoSans;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>