Files
2020-05-16 23:05:11 +08:00

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>