Skip to content

Commit

Permalink
Merge pull request #60 from AAISS/feat/discount-code
Browse files Browse the repository at this point in the history
feat: update browser notification
  • Loading branch information
AlirezaYousefpourM authored Dec 5, 2023
2 parents b4e3700 + 7c31a51 commit b23a80b
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="icon" href="favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>AAISS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script>
var $buoop = {required:{e:97,f:108,o:91,s:10,c:108},unsupported:true,api:2023.12 };
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script>
</body>
</html>

0 comments on commit b23a80b

Please sign in to comment.