<?php if(true){ ?>
<!doctype html> 
<html>
<head>
    <meta charset="UTF-8">
    <title>Card Rogue</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Card Rogue, a multiplayer tabletop roguelike.">
    <meta name="author" content="Ryan Saunders">
    <link rel="stylesheet" type="text/css" href="../css/style.css">
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-75013605-1', 'auto');
      ga('send', 'pageview');
    </script>
</head>
<body>
    <div class="page-container">
        <section class="top-box">
            <nav class="main-nav">
                <ul>
                    <a class="nav" href="../index.html"><li class="home-page">Home</li></a>
                    <a class="nav" href="../rulebook/index.html"><li class="second-page">Rulebook</li></a>
                    <a class="nav" href="../print/index.html"><li class="third-page">Print</li></a>
                    <a class="nav" href="../store/index.html"><li class="fifth-page">Store</li></a>
                    <a class="nav" href="#"><li class="fourth-page">Forum</li></a>
                    <a class="nav" href="../deep/index.html"><li class="special-page">Deep</li></a>
                </ul>
            </nav>
        </section>
        <section class="content-box">
            <header>
                <h1>Card Rogue</h1>
                <h2>Forum</h2>
            </header>
            <section>
                <p>You can find the <a href="https://boardgamegeek.com/boardgame/207311/card-rogue/forums/0" target="_blank">offical Card Rogue forum over at Board Game Geek</a>, or you can leave a message on the <a href="https://www.kickstarter.com/projects/866896753/card-rogue-a-tabletop-roguelike/comments">Kickstarter page</a>.</p>
            </section>
        </section>
        <footer>
            <p class="boxed">Copyright &copy;.  All Rights Reserved.</p>
        </footer>
    </div>
</body>
</html>
<?php } ?>
