Skip to content

Commit c6f27d2

Browse files
author
Paul Sokolovsky
committed
webrepl.html: Straighten HTML structure a bit.
Was inherited from term.js example.
1 parent b4704fc commit c6f27d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webrepl.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!doctype html>
2+
<html>
3+
<head>
24
<title>MicroPython WebREPL</title>
35
<!--
46
term.js
@@ -32,7 +34,7 @@
3234
*/
3335
</style>
3436
<script src="term.js"></script>
35-
<html>
37+
</head>
3638
<body>
3739
<input type="text" id="url" value="ws://192.168.4.1:8266/" />
3840
<input type="button" id="button" value="Connect" onclick="button_click()" />

0 commit comments

Comments
 (0)