Skip to content

Commit 4015563

Browse files
author
Christopher Brown
committed
Remove indentation
1 parent c9ba1ca commit 4015563

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!doctype html>
22
<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">
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">
77

8-
<h1>🧛🏻‍♂️ Haunted App 🎃</h1>
9-
<my-app></my-app>
8+
<h1>🧛🏻‍♂️ Haunted App 🎃</h1>
9+
<my-app></my-app>
1010

11-
<script type="module" src="src/index.js"></script>
11+
<script type="module" src="src/index.js"></script>

0 commit comments

Comments
 (0)