Add /index.html and /image.html
This commit is contained in:
parent
3cec866ba2
commit
a51f3fa9b5
7 changed files with 241 additions and 1 deletions
14
showbits-thermal-printer/static/index.html
Normal file
14
showbits-thermal-printer/static/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>TP: Index</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Thermal Printer Control</h1>
|
||||
<ul>
|
||||
<a href="image.html">Upload an image</a>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue