mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-27 04:09:51 +08:00
16 lines
389 B
HTML
16 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>Naive UI: A Vue3 UI Framework</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> |