0
0
mirror of https://github.com/alerta/alerta-webui.git synced 2024-11-21 14:58:01 +00:00
alerta_alerta-webui/public/404.html
2019-01-17 18:07:37 +01:00

9 lines
197 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
sessionStorage.redirect = location.href;
</script>
<meta http-equiv="refresh" content="0;URL='/'">
</head>
</html>