39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>Coffee Cups @Guild Room - AYY SIK ry</title>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="3600">
|
|
<meta http-equiv="cache-control" content="max-age=0" />
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
<meta http-equiv="expires" content="0" />
|
|
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
|
|
<meta http-equiv="pragma" content="no-cache" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.2/mqttws31.js"
|
|
type="text/javascript"></script>
|
|
<link rel="stylesheet" href="/static/css/coffee.css" />
|
|
<script src="/static/js/coffee.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<span id="brewtime" class="brewtime layerone"></span>
|
|
<span class="brewtime layertwo">:)</span>
|
|
<span id="address">
|
|
ka.dy.fi
|
|
<noscript><br>This page uses JavaScript!</noscript>
|
|
<br><span id="time"></span></span>
|
|
</span>
|
|
<div id="upper">
|
|
</div>
|
|
<!--Kahvinkeitin on rikki. Varakeittimellä keitettyä kahvia saattaa olla.-->
|
|
<div id="lower" class="normal">
|
|
<div id="text" class="text layerone">???</div>
|
|
<div class="text layertwo"> +</div>
|
|
<div id="scale"><div id="scale2"></div></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|