39 lines
1009 B
HTML
39 lines
1009 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="res/styles.css">
|
|
<link rel="stylesheet" href="res/iconsfont.css">
|
|
<script src="res/main.js"></script>
|
|
<script src="res/res.js"></script>
|
|
<script src="res/cron.js"></script>
|
|
<title>~name~</title>
|
|
</head>
|
|
<body>
|
|
<script>PageSurround();</script>
|
|
<!--========== CONTENTS ==========-->
|
|
<main>
|
|
<section>
|
|
<div class="ml">
|
|
<div class="mlp">
|
|
<div class="mlpc">
|
|
<form name="tmr" method="post">
|
|
<div class="mlhdr">TIMER</div>
|
|
<button type="button" class ='btn' id='bt2' onclick="addtm()">Add new timer</button>
|
|
<div class="container">
|
|
<div id="timer"></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<script>
|
|
drawtimers(timarr);
|
|
showMenu('header-toggle','navbar');
|
|
</script>
|
|
</body>
|
|
</html>
|