Skip to content

Commit 0c1b3a3

Browse files
authored
Update index.html
1 parent 4664dcf commit 0c1b3a3

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!-- <!DOCTYPE html>
22
<html lang="en">
33
44
<head>
@@ -114,6 +114,7 @@
114114
</div>
115115
</div>
116116
117+
<script>window.location.replace("https://aevis.io");</script>
117118
<script>
118119
const slidesContainer = document.querySelector('.carousel-slides');
119120
const slides = document.querySelectorAll('.slide');
@@ -199,7 +200,7 @@
199200
200201
updateCarousel();
201202
</script>
202-
<!-- <script>
203+
<script>
203204
const APP_ID = "56da9f7c852a8dd1";
204205
window.AevisSettings = {
205206
app_id: APP_ID,
@@ -209,7 +210,24 @@
209210
</script>
210211
<script>
211212
!function(){var w=window,t=w.Aevis&&w.Aevis.init;if("function"==typeof t)t();else{var n=document,f=function(){var e=n.createElement("script");e.type="text/javascript",e.defer=!0,e.src="https://aevis-codenet.cruv.dev/copilot/?app_id="+APP_ID,e.onload=function(){"undefined"!=typeof Aevis&&Aevis.init()};var t=n.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)};"complete"===n.readyState?f():w.attachEvent?w.attachEvent("onload",f):w.addEventListener("load",f,!1)}}();
212-
</script> -->
213+
</script>
214+
</body>
215+
216+
</html> -->
217+
218+
<!DOCTYPE html>
219+
<html lang="en">
220+
221+
<head>
222+
<meta charset="UTF-8">
223+
<title>Redirecting...</title>
224+
<script>
225+
window.location.replace("https://aevis.io");
226+
</script>
227+
</head>
228+
229+
<body>
230+
<noscript>Please enable JavaScript to be redirected.</noscript>
213231
</body>
214232

215-
</html>
233+
</html>

0 commit comments

Comments
 (0)