You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add title to WebREPL HTML
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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="" />
|
||||
|
||||
Reference in New Issue
Block a user