blob: ad9bda3a2fc26e366d0460e8e337511074bf5904 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet">
<?php include 'cdn.php';?>
<script src="js/materialize.min.js"></script>
<script src="js/ui-helper.js" defer></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eclipse Kapua</title>
<meta name="author" content="Eurotech" />
</head>
<body>
<?php include 'navbar.php';?>
<div class="main-content" id="main-content">
<section id="documentation">
<h3>Documentation</h3>
<ul>
<li><a href="http://download.eclipse.org/kapua/docs/develop/developer-guide/en">Developer Guide</a></li>
<li><a href="http://download.eclipse.org/kapua/docs/develop/user-manual/en">User Manual</a></li>
</ul>
</section>
<?php include 'footer.php';?>
</div>
</body>
</html>