The esp8266 portion of the project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

78 lines
3.1 KiB

<!DOCTYPE html>
<html>
<head>
<title>Manual Mode</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="144x144" href="/favicon-144x144.png">
<link rel="icon" type="image/png" sizes="48x48" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#00878f">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'>
<!-- <script src="include.js" type="text/javascript"></script> -->
<meta charset="utf-8">
<!-- <script src="jquery-3.4.1.min.js"></script> -->
<script src="loadMenu.js" defer></script>
<link href='main.css' rel='stylesheet' type='text/css'>
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="colors.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- <link rel="stylesheet" href="bootstrap.min.css"> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- <script src="bootstrap.min.js"></script> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<link href='main.css' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/esm/popper.js" type="module"></script>
</head>
<body>
<div id="navigation"></div>
<center>
<header>
<h1> Manual Mode </h1>
</header>
</center>
<form action="manualMode.html" method="GET">
<center>
<div class="shadow">
<!-- <iframe src="menu.html" width="90%"></iframe> -->
<table class="tbl">
<tr>
<td colspan="3">
<label>Manual mode?</label>
</td>
</tr>
<tr>
<td>
<input type="radio" name="manual" value="True"> Yes
</td>
<td>
<input type="radio" name="manual" value="False" checked> No
</td>
</tr>
<tr>
<td colspan="2">
<p style="margin:8px 0px" align="center"><button class="button">Submit</button></p>
</td>
</tr>
</table>
<!-- <div class="content">
<label>Manual mode?</label>
<input type="radio" name="manual" value="True"> Yes
<input type="radio" name="manual" value="False" checked> No <br>
<p style="margin:8px 0px"><button class="button">Submit</button></p><br>
</div> -->
</div>
</center>
</form>
</body>
</html>