mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
15 lines
280 B
HTML
15 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Naive UI</title>
|
|
<link rel="icon" type="image/svg+xml" href="/demo/assets/images/naivelogo.svg"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="__INDEX__"></script>
|
|
</body>
|
|
|
|
</html> |