Newer
Older
Import / web / internal.subflexion.com / index.php
@John Ryland John Ryland on 22 Dec 2020 531 bytes import NUC files
<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>