We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba1ca commit 4015563Copy full SHA for 4015563
index.html
@@ -1,11 +1,11 @@
1
<!doctype html>
2
<html lang="en">
3
- <title>Haunted App</title>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <link rel="stylesheet" href="./src/style.css">
+<title>Haunted App</title>
+<meta charset="UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="stylesheet" href="./src/style.css">
7
8
- <h1>🧛🏻♂️ Haunted App 🎃</h1>
9
- <my-app></my-app>
+<h1>🧛🏻♂️ Haunted App 🎃</h1>
+<my-app></my-app>
10
11
- <script type="module" src="src/index.js"></script>
+<script type="module" src="src/index.js"></script>
0 commit comments