<html>
<head>
<?php
$TITLE = "Subflexion";
$SUBTITLE = "Cloud/Mobile/Desktop";
include('style.php');
?>
</head>
<body>
<div class="content-wrapper">
<?php include('navbar.php'); ?>
<?php include('heading.php'); ?>
<div class="container">
<br>
<h3>Products:</h3>
<ul>
<li><a href="wd">WickedDocs</a></li>
</ul>
<!--#echo var="DATE_LOCAL" -->
</div> <!-- end of container -->
</div> <!-- end of content-wrapper -->
<?php include('footer.php'); ?>
</body>
</html>