Any expert around to tell me what's wrong here ?
As explained : If a user click continue he will connect to the Guest wireless, if he clicks on enroll he will be guided to our JAMF enrolling system ((The url jamf.con is for the example only)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>$MERAKI:NETWORK_NAME$</title>
<style type="text/css" media="screen">
$MERAKI:INLINE_MAIN_CSS$
</style>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div id="content">
<div id="container">
<div class="header">
<div id="icon_cell">$MERAKI:NETWORK_LOGO_IMG_TAG$</div>
</div>
<div id="continue">
<h1>$MERAKI:WELCOME$$MERAKI:NETWORK_NAME$</h1>
<p>$MERAKI:NETWORK_MESSAGE$</p>
<a class="button" href="$MERAKI:AUTH_AND_CONTINUE_URL$" title="Continue to the Internet">$MERAKI:CONTINUE_TO_THE_INTERNET$</a>
</div>
</div>
<div id="content">
<div id="container">
<div class="header">
<div id="icon_cell">$MERAKI:NETWORK_LOGO_IMG_TAG$</div>
</div>
<div id="jmf">
<p>$MERAKI:NETWORK_MESSAGE$</p>
<a class="button" href="$MERAKI:AUTH_URL(http://www.jamf.com)$" title="Continue to enroll"></a>
</div>
</div>
<div class="footer">
<h3>POWERED BY</h3>
$MERAKI:CISCO_MERAKI_SMALL$
</div>
</div>
$MERAKI:MERAKI_JS$
</div>
</body>
</html>