-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15295c5
commit 5ebe64f
Showing
137 changed files
with
981 additions
and
971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Stratos</title> | ||
<base href="/"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="stratos_git_project" content="https://github.com/cloudfoundry-incubator/stratos.git"> | ||
<meta name="stratos_git_branch" content="fix-visible-space-roles"> | ||
<meta name="stratos_git_commit" content="bf11dc43edb32f86cfa52368128072f61c6d4b50"> | ||
<meta name="stratos_build_date" content="Wed Feb 20 2019 14:35:01 GMT+0000 (GMT)"> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
<noscript> | ||
<style> | ||
.stratos { | ||
height: 100vh; | ||
margin: 0; | ||
width: 100vw; | ||
} | ||
.no-javascript { | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100%; | ||
width: 100%; | ||
} | ||
.message { | ||
font-family: Arial, Helvetica; | ||
font-size: 24px; | ||
margin-bottom: 24px; | ||
} | ||
.title { | ||
font-size: 36px; | ||
font-weight: bold; | ||
text-transform: uppercase; | ||
} | ||
</style> | ||
</noscript> | ||
|
||
</head> | ||
|
||
<body class="stratos"> | ||
<app-root></app-root> | ||
<noscript> | ||
<div class="no-javascript"> | ||
<div class="message title">Stratos</div> | ||
<div class="message">Javascript is required to run Stratos</div> | ||
<div class="message">Please enable Javascript in your browser and refresh this page</div> | ||
</div> | ||
</noscript> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.