mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
* Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
10 lines
355 B
HTML
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>
|