Skip to content

Commit 70894fe

Browse files
committed
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
1 parent 8a82ca9 commit 70894fe

File tree

5 files changed

+456
-1113
lines changed

5 files changed

+456
-1113
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="theme-color" content="#00ffff" />
7-
<link rel="shortcut icon" type="image/svg+xml" href="/src/SVGs/favicon.svg" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="theme-color" content="#00ffff">
7+
<link rel="shortcut icon" type="image/svg+xml" href="/src/SVGs/favicon.svg">
88
<title>Aspy.dev</title>
9-
<meta content="Aspy's Website" property="og:title" />
10-
<meta content="Self-taught full-stack developer" property="og:description" />
11-
<meta content="Aspy's Website - I do things here." name="description" />
9+
<meta content="Aspy's Website" property="og:title">
10+
<meta content="Self-taught full-stack developer" property="og:description">
11+
<meta content="Aspy's Website - I do things here." name="description">
1212
<link rel="preconnect" href="https://fonts.googleapis.com">
1313
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1414
<link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
1515
</head>
1616
<body>
1717
<noscript>
18-
Uh oh. Your browser doesn't support iFrame or JavaScript! You should enable JavaScript!
18+
This page requires JavaScript.
1919
</noscript>
20-
<div id="root"></div>
20+
<div id="root"/>
2121
<script src="/src/index.tsx" type="module"></script>
2222
</body>
23-
</html>
23+
</html>

0 commit comments

Comments
 (0)