-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
60 lines (56 loc) · 3.41 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="OpenClover is a free and open-source code coverage tool for Java, Groovy and AspectJ.
It's based on the open-sourced version of Atlassian Clover®, the world's most sophisticated code coverage tool.">
<meta name="author" content="">
<link rel="icon" href="resources/img/clover.ico">
<title>OpenClover - Java, Groovy and AspectJ code coverage tool</title>
<link href="resources/css/bootstrap-5.3.2.min.css" rel="stylesheet">
<link href="resources/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container">
<a class="navbar-brand" href="/"><img src="resources/img/openclover_logo_white_40pt_alpha_with_icon.png" alt="OpenClover"/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarMainMenu" aria-controls="navbarMainMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMainMenu">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="/">Overview</a></li>
<li class="nav-item"><a class="nav-link" href="features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="downloads">Downloads</a></li>
<li class="nav-item"><a class="nav-link" href="documentation">Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="support">Support</a></li>
<li class="nav-item"><a class="nav-link" href="blog">Blog</a></li>
<!--<li class="nav-item"><a class="nav-link" aria-current="page" href="faq">FAQ</a></li>-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="about-us" id="navbarDropdown"
role="button" data-bs-toggle="dropdown" aria-expanded="false">About ...</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="about-us">Development team</a></li>
<li><a class="dropdown-item" href="privacy-policy">Privacy policy</a></li>
<li><a class="dropdown-item" href="license">License information</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<footer>
<p class="small text-muted">© 2017-2024 Marek Parfianowicz. Atlassian® and Atlassian Clover® are registered trademarks of Atlassian (Australia). All other product
and company names are trademarks or registered trademarks of their respective holders. They have been used
for information purposes only and use of them does not imply any affiliation with or endorsement by them. </p>
</footer>
</div>
<script src="resources/js/jquery-3.7.1.min.js"></script>
<script src="resources/js/bootstrap.bundle-5.3.2.min.js"></script>
<script src="resources/js/js.cookie.js"></script>
<script src="resources/js/cookie.js"></script>
</body>
</html>