mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 16:49:42 +00:00
29 lines
975 B
HTML
29 lines
975 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Temp Gopher</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<link rel="stylesheet" href="css/skeleton.css">
|
|
<link rel="icon" type="image/png" href="img/favicon.png">
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="/jsconfig.js"></script>
|
|
<script src="js/thermostat.js"></script>
|
|
<script src="js/version.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row" style="margin-top: 5%">
|
|
<h3>Thermostats</h3>
|
|
</div>
|
|
</div>
|
|
<div class="container" id="thermostats"></div>
|
|
<div class="container">
|
|
<div class="row" style="margin-top: 10rem">
|
|
<h6 id="version"></h6>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|