Skip to content

Commit fc50947

Browse files
committed
Tweak index.html
1 parent fcadb41 commit fc50947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66

77
<title>Elm Rater</title>
88

9-
<link rel="stylesheet" href="/index.css">
9+
<link rel="stylesheet" href="index.css">
1010

1111
<style>
1212
.rater9 {
@@ -157,7 +157,7 @@
157157
<script src="app.js"></script>
158158
<script>
159159
Elm.Main.init({
160-
node: document.getElementById("app")
160+
node: document.getElementById('app')
161161
});
162162
</script>
163163
</body>

0 commit comments

Comments
 (0)