Skip to content

Commit

Permalink
Trailing slash on void elements has no effect and interacts badly wit…
Browse files Browse the repository at this point in the history
…h unquoted attribute values.
  • Loading branch information
SomeAspy committed Jul 26, 2024
1 parent 8a82ca9 commit 70894fe
Show file tree
Hide file tree
Showing 5 changed files with 456 additions and 1,113 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00ffff" />
<link rel="shortcut icon" type="image/svg+xml" href="/src/SVGs/favicon.svg" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#00ffff">
<link rel="shortcut icon" type="image/svg+xml" href="/src/SVGs/favicon.svg">
<title>Aspy.dev</title>
<meta content="Aspy's Website" property="og:title" />
<meta content="Self-taught full-stack developer" property="og:description" />
<meta content="Aspy's Website - I do things here." name="description" />
<meta content="Aspy's Website" property="og:title">
<meta content="Self-taught full-stack developer" property="og:description">
<meta content="Aspy's Website - I do things here." name="description">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
</head>
<body>
<noscript>
Uh oh. Your browser doesn't support iFrame or JavaScript! You should enable JavaScript!
This page requires JavaScript.
</noscript>
<div id="root"></div>
<div id="root"/>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>
</html>
Loading

0 comments on commit 70894fe

Please sign in to comment.