outwatch-test/assets/app/index.html
Rohan Sircar e5c3802e92 Many changes
Added odin logger
Used macwire and tagging for DI
JS libs now embedded with webpack instead of server from CDN
Refactored the application into components and pages
Added Chartjs and Fusejs demo with scalablytyped typings
2020-12-29 12:27:37 +05:30

18 lines
574 B
HTML

<!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>