skills.php 151 B

1234567891011
  1. <?php include "_template-top.php"; ?>
  2. <div id="content">
  3. <?php include "skills.html"; ?>
  4. </div>
  5. <br/>
  6. <?php include "_template-bottom.php"; ?>