You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
869 B
31 lines
869 B
<?php
|
|
@include '../cgi-bin/params.inc';
|
|
?>
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>COZe Training</title>
|
|
<meta charset="UTF-8">
|
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
|
<link rel="stylesheet" href="<?= $BASE_URL;?>/device/css/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<img class="menu" src="<?= $BASE_URL;?>/images/menu.png">
|
|
<img class="logo" src="<?= $BASE_URL;?>/images/logo.png">
|
|
</div>
|
|
|
|
<div class="content">
|
|
</div>
|
|
|
|
|
|
<audio id="notify1">
|
|
<source src="<?= $BASE_URL;?>/sounds/message.ogg" type="audio/ogg">
|
|
</audio>
|
|
|
|
<script type="text/javascript" src="<?= $BASE_URL;?>/node_modules/jquery/dist/jquery.min.js"></script>
|
|
<script type="text/javascript" src="<?= $BASE_URL;?>/device/script.js"></script>
|
|
|
|
</body>
|
|
</html>
|