mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-03 04:05:11 +08:00
24 lines
983 B
HTML
24 lines
983 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
$INCLUDE[css.inc]$
|
|
</style>
|
|
<title>$PAGE_TITLE$</title> </head>
|
|
<body>
|
|
<div class="container"><table class="nav">
|
|
<tr width=100%>
|
|
<td class="$MENU_HOME$"><a href="http://$WEB_ADDRESS$">Home</a></td>
|
|
<td class="$MENU_SYSTEM$"><a href="http://$WEB_ADDRESS$/CONFIGSYS">System Configuration</a></td>
|
|
<td class="$MENU_AP$"><a href="http://$WEB_ADDRESS$/CONFIGAP">AP Configuration</a></td>
|
|
<td class="$MENU_STA$"><a href="http://$WEB_ADDRESS$/CONFIGSTA">Station Configuration</a></td>
|
|
<td class="$MENU_PRINTER$"><a href="http://$WEB_ADDRESS$/PRINTER">Printer Status</a></td>
|
|
<td class="$MENU_SETTINGS$"><a href="http://$WEB_ADDRESS$/SETTINGS">Extra Settings</a></td>
|
|
<td width=100%> </td>
|
|
<td>FW: V$FW_VER$</td>
|
|
<td><a href="https://github.com/luc-github/ESP8266" >Github</a></td>
|
|
</tr>
|
|
</table>
|