Add title to WebREPL HTML

This commit is contained in:
Thomas Farstrike
2026-03-24 12:40:25 +01:00
parent acee8da477
commit 66ef3c36c0
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,13 +1,13 @@
<!doctype html>
<html>
<head>
<title>MicroPython WebREPL</title>
<title>MicroPythonOS WebREPL</title>
<link rel="stylesheet" href="webrepl.css">
<script src="term.js"></script>
<script src="FileSaver.js"></script>
</head>
<body>
<h1>MicroPythonOS WebREPL</h1>
<div style="display:inline-block; vertical-align:top;">
<form>
<input type="text" name="webrepl_url" id="url" value="" />