16 lines
698 B
HTML
16 lines
698 B
HTML
<html>
|
|
<head>
|
|
<!-- <meta http-equiv="refresh" content="5"> -->
|
|
<title>What percent is the printer at</title>
|
|
<link rel="stylesheet" type="text/css" href="static/css/index.css?ver=2">
|
|
<link href="https://fonts.googleapis.com/css?family=Comic+Neue&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body bgcolor="#2e2e2e">
|
|
<div class="parent" style="color: azure;">
|
|
<div>The print is: <section style="display: inline;" id='number'></section>% complete</div>
|
|
<div style="width: 5%;"></div>
|
|
<div>The Temp is <section style="display: inline;" id='temp'></section></div>
|
|
</div>
|
|
<script src="static/js/reload.js"></script>
|
|
</body>
|
|
</html> |