Minor text edit
This commit is contained in:
parent
25be6dbc94
commit
e7888d1837
|
@ -89,9 +89,9 @@ class BServer:
|
||||||
|
|
||||||
def menu(self):
|
def menu(self):
|
||||||
result = ["""<html>
|
result = ["""<html>
|
||||||
<head><title>Boxes for Laser Cutters</title></head>
|
<head><title>Boxes.py</title></head>
|
||||||
<body>
|
<body>
|
||||||
<h1>boxes.py</h1>
|
<h1>Boxes.py</h1>
|
||||||
<p>
|
<p>
|
||||||
A Python based generator for laser cut boxes and other things.
|
A Python based generator for laser cut boxes and other things.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue