File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< 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 >
You can’t perform that action at this time.
0 commit comments