Skip to content

Commit 56e7379

Browse files
committed
change title
1 parent e093d7b commit 56e7379

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Vue + TS</title>
5+
<link
6+
rel="icon"
7+
type="image/svg+xml"
8+
href="/vite.svg"
9+
/>
10+
<meta
11+
name="viewport"
12+
content="width=device-width, initial-scale=1.0"
13+
/>
14+
<title>HTML Builder - @vue-dnd-kit/components</title>
815
</head>
916
<body>
1017
<div id="app"></div>
11-
<script type="module" src="/src/main.ts"></script>
18+
<script
19+
type="module"
20+
src="/src/main.ts"
21+
></script>
1222
</body>
1323
</html>

0 commit comments

Comments
 (0)