Skip to content

Commit

Permalink
Hide age verification.
Browse files Browse the repository at this point in the history
Fixes #21.
  • Loading branch information
zeekay committed Aug 19, 2016
1 parent 2eba344 commit 4e9be9d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<div class="form age_form">
<div class="age form_box">
<strong>Welcome</strong>
<span>You must be 18 to proceed. <br>Please Verify you age. </span>
<ul class="entr-box">
<li class="entr-yes"><a href="#">Yes, I'm 18</a></li>
<li class="entr-no"><a href="http://google.com">No I'm not</a>
<div class="no-notice">Please come back when you are 18</div>
</li>
</ul>
</div>
</div>
<!-- <div class="form age_form"> -->
<!-- <div class="age form_box"> -->
<!-- <strong>Welcome</strong> -->
<!-- <span>You must be 18 to proceed. <br>Please Verify you age. </span> -->
<!-- <ul class="entr-box"> -->
<!-- <li class="entr-yes"><a href="#">Yes, I'm 18</a></li> -->
<!-- <li class="entr-no"><a href="http://google.com">No I'm not</a> -->
<!-- <div class="no-notice">Please come back when you are 18</div> -->
<!-- </li> -->
<!-- </ul> -->
<!-- </div> -->
<!-- </div> -->
<div class="form email-box hidden">
<div class="email">
<div class="close"></div>
Expand Down

0 comments on commit 4e9be9d

Please sign in to comment.