-
Notifications
You must be signed in to change notification settings - Fork 0
/
oventemp.html
30 lines (30 loc) · 1.31 KB
/
oventemp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang = "en">
<head>
<link rel="stylesheet" href="style.css" />
<title>th -> Oven Controller</title> <!--Website browser title-->
<meta charset="UTF-8" />
</head>
<body>
<nav>
<ul>
<a class="title" href="https://tomhotston.net">tomhotston.net</a>
<li><a>Projects</a>
<ul>
<li><a href="oventemp.html">Oven Controller</a></li>
<li><a href="website.html">Personal Site</a></li>
<li><a href="robots.html">Robots</a></li>
<li><a href="keycontrols.html">CtrlS</a></li>
</ul>
</li>
<li><a href="https://github.com/TomHotston">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/thotston/">LinkedIn</a></li>
</ul>
</nav>
<main>
<h1>Oven Controller</h1>
A cycling oven controller designed for a curing oven. This allows for cycles at different temperatures. The work on this is not yet fully complete. Check again soon for more information. </br>
See GitHub link: <a class="generic" href="https://github.com/TomHotston/Oven-Temp-Controller">Here!</a>
</main>
</body>
</html>