Skip to content

Commit 925a7fb

Browse files
committed
chore(index): clean
1 parent 50117dc commit 925a7fb

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

index.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link rel="preconnect" href="https://fonts.bunny.net">
8-
<link href="https://fonts.bunny.net/css?family=public-sans:400,500,600,700" rel="stylesheet" />
9-
<title>Vue Starter Template</title>
10-
<meta name="description" content="A production-ready starter template powered by Nuxt UI. Build beautiful, accessible, and performant applications in minutes, not hours.">
11-
</head>
12-
<body>
13-
<div id="app" class="isolate"></div>
14-
<script type="module" src="/src/main.ts"></script>
15-
</body>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link rel="preconnect" href="https://fonts.bunny.net">
9+
<link href="https://fonts.bunny.net/css?family=public-sans:400,500,600,700" rel="stylesheet" />
10+
<title>Vue Starter Template</title>
11+
<meta name="description" content="A production-ready starter template powered by Nuxt UI. Build beautiful, accessible, and performant applications in minutes, not hours.">
12+
</head>
13+
14+
<body>
15+
<div id="app" class="isolate"></div>
16+
<script type="module" src="/src/main.ts"></script>
17+
</body>
18+
1619
</html>

0 commit comments

Comments
 (0)