blob: 6103ebd2d8dfe760a6605a82f3463614084a30b2 [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>
<?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">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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="credits">
<h3>Work in Progress</h3>
<p>We are working on Eclipse Kapua documentation, for the moment please refer to the Eclipse Kapua <a href="https://projects.eclipse.org/proposals/eclipse-kapua" target="_blank">Project Proposal</a> and the <a href="https://github.com/eclipse/kapua" target="_blank">GitHub Readme</a>.</p>
</section>
<div class="separator-huge"></div>
<?php include 'footer.php';?>
</div>
</body>
</html>