forked from KarolinDuerr/CNA-ModelingApp
-
Notifications
You must be signed in to change notification settings - Fork 1
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
0 parents
commit 30d61c0
Showing
25 changed files
with
2,276 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
clounaq.de |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<meta name="CNA Modeling Web App" | ||
content="CNA Modeling is a web application that allows modeling cloud-native application architectures for evaluation purposes based on the quality model entities proposed by Lichtenthäler and Wirtz"> | ||
<title>Clounaq</title> | ||
|
||
<link rel="icon" type="image/svg+xml" href="static/icons/cube-solid.svg" /> | ||
|
||
<!-- External Stylesheets --> | ||
<link rel="stylesheet" href="static/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="static/css/font-awesome-all.min.css" /> | ||
|
||
<!-- For debugging purposes use normal version instead of minified version --> | ||
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jointjs/3.5.5/joint.css" /> --> | ||
<link rel="stylesheet" type="text/css" href="static/css/joint.min.css" /> | ||
<link rel="stylesheet" href="static/css/bootstrap-icons.css" /> | ||
|
||
|
||
|
||
<!-- Application stylesheets --> | ||
<link rel="stylesheet" type="text/css" href="styles/menu.css" /> | ||
<link rel="stylesheet" ref="styles/modelingApplicationPrint.css" media="print" /> | ||
<link rel="stylesheet" type="text/css" href="styles/modelingApplication.css" /> | ||
<link rel="stylesheet" type="text/css" href="styles/modelingArea.css" /> | ||
<script type="module" crossorigin src="/assets/index-z8q6KRCc.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-VnEL-Srr.css"> | ||
</head> | ||
<body class="h-100"> | ||
<div id="vapp" class="h-100"></div> | ||
</body> | ||
</html> |
Oops, something went wrong.