ÿØÿà JFIFÿØÿà JFIF ÿØÿà JFIFÿØÿà JFIF ÿþ$
<?php
include 'config.php';
?>
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16759433870">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16759433870');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DWZP5NWRWX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DWZP5NWRWX');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<?php
include 'nav.php';
?>
</head>
<style>
.btno{
background-color:#560280;
color:white;
border-radius:5px;
}
.btno:hover{
color:#560280;
background-color:white;
text-decoration:none;
font-weight:bold;
border:solid 1px #FCB900;
border-radius:5px;
}
</style>
<body>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<h5 class="center" style="color:#560280" >Enter your Contestant's ID</h5>
<div class="row">
<div class="col l4"></div>
<div class="confirm col l4 z-depth-2" style="background-color: white">
<form action="voter2.php" method="GET" >
<label>
<input type="text" name="id" placeholder="Contestant ID">
</label>
<br>
<div class="center">
<button type="submit" class="btn btno" >View Contestant</button>
<br>
<br>
</div>
</form>
</div>
<div class="col l4"></div>
</div>
</div>
<?php
include 'footer.php';
?>
</body>
</html>
ÿØÿà JFIF ÿþ$
ÿØÿà JFIF ÿþ$
ÿÂ