Skip to content

Commit 992832e

Browse files
Fixed script connection to page
1 parent 713087c commit 992832e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
</head>
37
<body>
48
<h1>Hello, Lora!</h1>
59
<button onclick="onLogButtonClick()">Log button</button>
610
</body>
11+
<script src="js/app.js"></script>
712
</html>

script/app.js renamed to js/app.js

File renamed without changes.

0 commit comments

Comments
 (0)