Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<!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>