element-plus/play/index.html

19 lines
435 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-10-13 16:35:14 +08:00
<link
rel="icon"
href="https://element-plus.org/images/element-plus-logo-small.svg"
2021-10-13 16:35:14 +08:00
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Element Plus App</title>
<!-- element css cdn -->
</head>
2021-10-13 16:35:14 +08:00
<body>
<div id="play"></div>
<script type="module" src="/main.ts"></script>
</body>
</html>