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

23 lines
345 B
HTML
Raw Normal View History

2019-11-28 18:23:49 +08:00
<!DOCTYPE html>
<html>
2020-01-17 16:50:17 +08:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>nezha-fronted</title>
<style>
* {
margin: 0;
padding: 0;
}
2020-01-17 18:23:24 +08:00
body{
}
2020-01-17 16:50:17 +08:00
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>