Files
awx/awx/static/custom_404.html
2023-05-23 14:05:38 -03:00

8 lines
150 B
HTML

<html>
<head>
<title>Redirecting</title>
<meta http-equiv="refresh" content="0;URL='/#'"/>
</head>
<body>Redirecting</body>
</html>