Skip to content

Commit efa386e

Browse files
committed
format
1 parent 901b82b commit efa386e

8 files changed

+575
-229
lines changed

index.html

+29-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
<!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 + TS</title>
8-
</head>
9-
<body>
10-
<script type="module" src="/src/main.ts"></script>
11-
</body>
1+
<!doctype html>
2+
<html
3+
lang="en"
4+
>
5+
<head>
6+
<meta
7+
charset="UTF-8"
8+
/>
9+
<link
10+
rel="icon"
11+
type="image/svg+xml"
12+
href="/vite.svg"
13+
/>
14+
<meta
15+
name="viewport"
16+
content="width=device-width, initial-scale=1.0"
17+
/>
18+
<title>
19+
Vite
20+
+
21+
TS
22+
</title>
23+
</head>
24+
<body>
25+
<script
26+
type="module"
27+
src="/src/main.ts"
28+
></script>
29+
</body>
1230
</html>

0 commit comments

Comments
 (0)