module import and export

This commit is contained in:
2022-12-02 18:05:35 +05:30
parent b0f7833449
commit 32821eb02c
7 changed files with 163 additions and 156 deletions
+5 -2
View File
@@ -6,17 +6,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bizgaze</title>
<script src="./assets/js/cryptojs/cryptojs.js"></script>
<script type="module" src="./assets/js/mian.js" defer></script>
</head>
<body>
<script src="./assets/js/cookiehelper.js"></script>
helo
<!-- <script src="./assets/js/cookiehelper.js"></script>
<script>
if (isAuthenticated()) {
window.location = './authentication';
} else {
window.location = './login';
}
</script>
</script> -->
</body>
</html>