Adding default index_awx.html incase user forgets to build ui-next

This commit is contained in:
John Westcott IV 2023-03-17 11:11:22 -04:00
parent 48a04bff5a
commit fa3920d3a3

View File

@ -0,0 +1,8 @@
<html>
<head><title>UI Next Missing</title></head>
<body style="background-color: black; color: white;">
<div style="display: flex; justify-content: center; align-items: center; text-align: center; min-height: 100vh;">
<h1>Oops... Looks like the UI Next wasn't properly built</h1>
</div>
</body>
</html>