Files
awx/awx/ui/placeholder_index_awx.html
Hao Liu 78f345c486 Remove old UI (#15414)
* Remove source code for old UI
* Rename ui-next to ui
* Remove license scan for javascript dependencies
2024-08-22 13:48:56 -04:00

10 lines
355 B
HTML

<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head><title>UI 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 wasn't properly built</h1>
</div>
</body>
</html>