-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (67 loc) · 2.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>viadee Process Warehouse</title>
<link rel="stylesheet" href="./css/maven-base.css" />
<link rel="stylesheet" href="./css/maven-theme.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
</head>
<body class="composite">
<div id="banner">
<div class="xcenter">
<div id="bannerLeft">viadee Process Warehouse
</div>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<br>
<div class="xcenter">
<div>
<a href="https://www.viadee.de" title="viadee Unternehmensberatung AG" class="poweredBy">
<img id="viadee_logo" alt="Built by Maven" src="./images/logos/viadee_logo.png"/>
</a>
</div>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>vPW Project Modules</h5>
<ul>
<li> <a href="/github-page-test/site-vpw-shared-elasticsearch-config/index.html">vpw-shared-elasticsearch-config</a></li>
<li><a href="/github-page-test/site-pipeline/index.html">pipeline</a></li>
<li><a href="/github-page-test/site-analyzer/index.html">analyzer</a></li>
</ul>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<section>
<h2><a name="index_vPW"></a>vPW - Explore what happens in your BPMN processes</h2><a name="index_vPW"></a>
<p>Description vPW</p>
<p>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
</section>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright © 2021 </div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>