0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-18 22:32:51 +00:00
alerta_alerta-webui/public/404.html

9 lines
197 B
HTML
Raw Normal View History

2019-01-17 17:07:37 +00:00
<!DOCTYPE html>
<html>
<head>
<script>
sessionStorage.redirect = location.href;
</script>
<meta http-equiv="refresh" content="0;URL='/'">
</head>
</html>