outwatch-test/assets/app/index.html

18 lines
574 B
HTML
Raw Normal View History

2020-12-27 14:58:19 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Outwatch App</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/blk-design-system@1.0.2/assets/css/nucleo-icons.css" integrity="sha256-03+9B37/His+rzjhgA6Y1+ByU9DGN2ZPWjjA5CJJF2w=" crossorigin="anonymous">
</head>
<body>
<script type="text/javascript" src="../outwatchapp-fastopt-library.js"></script>
<script type="text/javascript" src="../outwatchapp-fastopt-loader.js"></script>
<script type="text/javascript" src="../outwatchapp-fastopt.js"></script>
</body>
</html>