<?php
  $author = 2;
  $band = 'Punk Rock Guitar Tabs';
  $song = 'Guitar Tabs';
  $altTitle = "D.I. Guitar Tabs";
?>

<link rel="stylesheet" href="/CSS/style.css">

<?php
    $band = "D.I.";
    $desc = "A collection of awesome $band tabs, handwritten with love!";
    $keywords = $band.' guitar chords, '.$band.' guitar tabs, '.$band.' chords, '.$band.
    ' tabs, '.$band.' punk chords, punk tabs, punk rock, punk, punk rock guitar,
      punk rock guitar chords, punk rock guitar tabs, rock tabs, guitar chords, guitar tabs';
?>

<?php include('../header.php'); ?>

<section id="title">
  <div class="altContainer">
    <div class="pageTitle">
      <h1 class="page-title"><?php echo "$band Guitar Tabs";?></h1>
    </div>
  </div>
</section>

<section id="main">
  <div class="container">
      <h2 class="bandlist">
        <hr><a href="d.i.-(i-hate)-surfin'-in-the-h.b..php">(I Hate) Surfin' In The H.B.</a><br><hr>
        <a href="d.i.-it's-not-right.php">It's Not Right</a><br><hr>
        <a href="d.i.-johnny's-got-a-problem.php">Johnny's Got A Problem</a><br><hr>
        <a href="d.i.-o.c.-life.php">O.C. Life</a><br><hr>
        <a href="d.i.-richard-hung-himself.php">Richard Hung Himself</a><br><hr>
        <a href="d.i.-rock-and-roll-part-ii.php">Rock And Roll Part II</a><br><hr>
        <a href="d.i.-runaround.php">Runaround</a><br><hr>
        <a href="d.i.-they-lie,-you-die-fatso-nero.php">They Lie, You Die/Fatso Nero</a><br><hr>
      </h2>
    </div>
</section>

<?php include('../footer.php'); ?>

  </body>
</html>
