Skip to content

Commit 0635ff7

Browse files
committed
Fix code errors
1 parent 01449cb commit 0635ff7

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

text-counter.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8"/>
5-
<title>Text Counter Application in Scala.js</title>
6-
</head>
7-
<body>
8-
<h1>Text Counter Application in Scala.js</h1>
9-
<textarea class="textContent" rows="10" cols="80"></textarea>
10-
<button id="updateText">Update Text Counter Output</button>
11-
<div id="textOutput"></div>
12-
<script src="./target/scala-2.13/text-counter-application-in-scala-js-fastopt/main.js"></script>
13-
</body>
14-
</html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Text Counter Application in Scala.js</title>
6+
</head>
7+
<body>
8+
<h1>Text Counter Application in Scala.js</h1>
9+
<br />
10+
<textarea id="textContent" rows="10" cols="80"></textarea>
11+
<br />
12+
<button id="updateText">Update Text Counter Output</button>
13+
<br />
14+
<div id="textOutput"></div>
15+
<br />
16+
<script src="./target/scala-2.13/text-counter-application-in-scala-js-fastopt/main.js"></script>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)