vue3-core/benchmark/client/index.html

18 lines
395 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue Vapor Benchmark</title>
<style>
html {
color-scheme: light dark;
}
</style>
</head>
<body class="done">
<div id="app"></div>
<script type="module" src="./index.ts"></script>
</body>
</html>