mirror of
https://github.com/alerta/alerta-webui.git
synced 2025-03-19 06:33:17 +00:00
9 lines
197 B
HTML
9 lines
197 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script>
|
||
|
sessionStorage.redirect = location.href;
|
||
|
</script>
|
||
|
<meta http-equiv="refresh" content="0;URL='/'">
|
||
|
</head>
|
||
|
</html>
|