<!DOCTYPE html>
<?php /* Site */ ?>
<html lang="en" class="deluxe-site" data-theme="default">
<head>
  <?php /* Meta */ ?>
  <?php include 'includes/meta.php'; ?>
  <?php /* CSS */ ?>
  <?php include 'includes/css.php'; ?>
</head>
<body>
  <?php /* Blog */ ?>
  <div class="deluxe-blog">
    <h1>Pig Man!</h1>
    <p>Oily</p>
  </div>

  <style type="text/css">
    .deluxe-embed iframe{width:100%;height:200px;border;0;overflow:hidden;}
  </style>
  <?php /* Nice Clean Embed */ ?>
  <div class="deluxe-embed"><iframe src="/"></iframe></div>
</body>
</html>
SINGLE