Skip to content
Snippets Groups Projects
Commit 97164abe authored by Elisa Giglio's avatar Elisa Giglio
Browse files

merging

parent dbc28743
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,11 @@
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/buttons.css" type="text/css">
<!-- link ts/stript.ts which calls other scripts -->
<script defer src="js/authentication/keycloak.js"></script>
<script defer src="js/script.js" type="module"></script>
</head>
<body>
<body id="body-id">
<h1>Pissir SmartHome ${nomeCasa o nomeProprio}</h1>
<div id="alert-message" role="alert" class="alert invisible">
<!-- <div class="d-flex justify-content-around container-fluid">
......
......@@ -3,13 +3,17 @@ import Luci from './luci.js';
import Scenari from "./scenari.js";
import Antifurto from "./antifurto.js";
import Sensori from './sensori.js';
import Secured from './authentication/secured.js';
// import { setToggleMovement } from "./toggles.js";
// launch each class
new Secured();
new Sensori();
new Antifurto();
new Scenari();
setTimeout(() => {
new Luci();
}, 1000);
// setToggleMovement();
\ No newline at end of file
// setToggleMovement();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment