Skip to content

Commit 8f07ec9

Browse files
authored
chore: remove void element end tag (#174)
1 parent b79398a commit 8f07ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/base/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta charset="UTF-8">
5+
<link rel="icon" href="/favicon.ico">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Vite App</title>
88
</head>
99
<body>

0 commit comments

Comments
 (0)