mirror of
https://github.com/ansible/awx.git
synced 2026-07-31 09:59:55 -02:30
Add tooling for building static files
This commit is contained in:
BIN
awx/ui_next/public/images/pfbg_2000.jpg
Normal file
BIN
awx/ui_next/public/images/pfbg_2000.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 270 KiB |
BIN
awx/ui_next/public/images/pfbg_576.jpg
Normal file
BIN
awx/ui_next/public/images/pfbg_576.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
awx/ui_next/public/images/pfbg_576@2x.jpg
Normal file
BIN
awx/ui_next/public/images/pfbg_576@2x.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 KiB |
BIN
awx/ui_next/public/images/pfbg_768.jpg
Normal file
BIN
awx/ui_next/public/images/pfbg_768.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
awx/ui_next/public/images/pfbg_768@2x.jpg
Normal file
BIN
awx/ui_next/public/images/pfbg_768@2x.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 KiB |
17
awx/ui_next/public/index.html
Normal file
17
awx/ui_next/public/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="AWX"
|
||||
/>
|
||||
<title>AWX</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="app" style="height: 100%"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user