create-react-component-template
Version:
22 lines (19 loc) • 406 B
HTML
<!--
* Author rhys.zhao
* Date 2022-01-28 15:32:35
* LastEditors rhys.zhao
* LastEditTime 2022-01-28 15:42:45
* Description
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>测试</title>
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>