<html lang="en">
<head>
  <meta charset="utf-8">
  <title>SquatConf.386</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Squatconf webSite">

  <link href="assets/css/bootstrap.css" rel="stylesheet">
  <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>

<body>
<div class="container">
  <div class="row">
    <div class="span3">
      <ul class="nav nav-list">
        <li><a href="#"><i class="icon-chevron-right"></i> SquatConf</a></li>
        <li><a href="#"><i class="icon-chevron-right"></i> Code</a></li>
        <li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li>
      </ul>

      <br /><br />

      <ul class="nav nav-list">
      <!-- WARNING: This only works for development system (localhost) -->
      <form method="GET" action="http://localhost:8000/email">
        <fieldset>
          <legend>JOIN US</legend>
          <label class="text-info">Enter your email..</label>
          <input type="text" name="email">
          <span class="help-block">we'll send you info about future events</span>
          <label class="checkbox text-info">
            <input type="checkbox" name="paris"> Paris Nov.2014?
          </label>
          <button type="submit" class="btn">Send</button>
        </fieldset>
      </form>
      </ul>

      <br /><br />

      <ul class="nav nav-list invisible">
        <fieldset>
          <legend>SUPPORT US</legend>
          <button type="submit" class="btn">Donate BTC</button>
        </fieldset>
      </ul>

   </div>

    <!-- content -->
    <div class="span9">
      <div class="page-header">
        <pre><small>

     .d8888b.                         888                            .d888
    d88P  Y88b                        888                           d88P"
    Y88b.                             888                           888
     "Y888b.   .d88888888  888 8888b. 888888 .d8888b .d88b. 88888b. 888888
        "Y88b.d88" 888888  888    "88b888   d88P"   d88""88b888 "88b888
          "888888  888888  888.d888888888   888     888  888888  888888
    Y88b  d88PY88b 888Y88b 888888  888Y88b. Y88b.   Y88..88P888  888888
     "Y8888P"  "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888  888888
                   888
                   888
                   888
</small><br>


</pre>
      </div>
      %s
    </div>
    </div>
    </div>

    <!-- Footer
    ================================================== -->
    <footer class="footer">
      <div class="container">
        some info, maybe ? ;)
      </div>

    </footer>
</body></html>