element-plus/play/index.html
DDDDD12138 aeccfdf8cd
chore(play): update logo link (#18761)
fix: fix logo not showing in development play
2024-11-04 12:40:08 +08:00

19 lines
435 B
HTML

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