Skip to content

Commit 95db6c2

Browse files
committed
formatting of webpage
1 parent a5e5cbb commit 95db6c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ <h1>Programming in A-Normal Form</h1>
4949
<tr> <td>if</td> <td>(if true then (4) else (8))</td> <td>selects between two blocks, only allowed at the end of a block</td> </tr>
5050
</tbody>
5151
</table>
52-
5352
<br>There are also a number of built-in functions:<br><br>
5453
<table>
5554
<thead>

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', () => {
4343

4444
const output = document.getElementById("output");
4545
if (output) {
46-
output.textContent = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
46+
output.textContent = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
4747
+ "Welcome! Try typing:\n\n"
4848
+ "((+ 1) 2)\n\n"
4949
+ "and press Enter.\n\n"

0 commit comments

Comments
 (0)