mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-06 22:44:08 +08:00
12 lines
240 B
HTML
12 lines
240 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Tree Shaking</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|