happy-react-hooks
Version:
<!-- * Author rhys.zhao * Date 2021-09-16 13:23:39 * LastEditors rhys.zhao * LastEditTime 2023-06-25 19:30:38 * Description happy-react-hooks -->
32 lines (28 loc) • 557 B
HTML
<!--
* Author rhys.zhao
* Date 2022-01-28 15:32:35
* LastEditors rhys.zhao
* LastEditTime 2023-06-25 17:11:46
* Description
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>测试</title>
<style>
html,
body,
#root {
margin: 0;
padding: 0;
height: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>