We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e093d7b commit 56e7379Copy full SHA for 56e7379
index.html
@@ -1,13 +1,23 @@
1
-<!doctype html>
+<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<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>
+ <link
+ rel="icon"
+ 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>
15
</head>
16
<body>
17
<div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
18
+ <script
19
+ type="module"
20
+ src="/src/main.ts"
21
+ ></script>
22
</body>
23
</html>
0 commit comments