Initial Commit
This commit is contained in:
commit
8d8f5dd37e
10 changed files with 9368 additions and 0 deletions
17
html/index.tpl
Normal file
17
html/index.tpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ESP32 GameBoy Printer</title>
|
||||
<link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>ESP32 Gameboy Printer</h1>
|
||||
<p>
|
||||
<a href="/remove_all">Delete all pictures</a>
|
||||
<br>
|
||||
<a href="/reset_seq">Reset sequence numbering</a>
|
||||
</p>
|
||||
%GBPics%
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue