Wrap the AppCockpit entrypoint in `Page` & `PageSection` wrappers so that it is more consistent with other cockpit elements.
15 lines
415 B
HTML
15 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us" class="layout-pf pf-m-redhat-font">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Image-Builder</title>
|
|
|
|
<!-- js dependencies -->
|
|
<script type="text/javascript" src="../base1/cockpit.js"></script>
|
|
<script defer src="main.js"></script>
|
|
<link href="main.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="ct-page-fill" id="main"></div>
|
|
</body>
|
|
</html>
|