-
Notifications
You must be signed in to change notification settings - Fork 1
/
results.php
53 lines (41 loc) · 2.16 KB
/
results.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apps:Lab | NFC-Voting System</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.0.min.css">
<link rel="stylesheet" href="_assets/css/jqm-demos.css">
<link href="_assets/css/FeedEk.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.js"></script>
<script src="_assets/js/index.js"></script>
<script src="js/jquery.mobile-1.4.0.min.js"></script>
</head>
<body>
<div data-role="page" class="jqm-demos jqm-home" id="home">
<div data-role="header" class="jqm-header">
<h2><img src="_assets/img/jquery-logo.png" alt="pivot"></h2>
<!--<a href="#" class="jqm-navmenu-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-bars ui-nodisc-icon ui-alt-icon ui-btn-left">Menu</a>-->
</div><!-- /header -->
<form> <div role="main" class="ui-content jqm-content">
<h4 class="ui-bar ui-bar-a ui-corner-all" align="center">CLICK THE ASPIARNTS TO VIEW RESULTS</h4>
<!--<DIV class="ui-body ui-body-a ui-corner-all"> TOTAL PAGE VISIT @ 7PM =><b> 750 </b> </DIV>-->
<div class="ui-input-btn ui-btn ui-corner-all ui-shadow"><a href="president.php">PRESIDENT</a>
</div>
<div class="ui-input-btn ui-btn ui-corner-all ui-shadow"><a href="vcpresident.php">VICE PRESIDENT</a>
</div>
<div class="ui-input-btn ui-btn ui-corner-all ui-shadow"><a href="governor.php">GOVERNOR</a>
</div>
<div class="ui-input-btn ui-btn ui-corner-all ui-shadow"><a href="senator.php">SENATOR</a>
</div>
<div class="ui-input-btn ui-btn ui-corner-all ui-shadow"><a href="womenrep.php">WOMEN REPRESENTATIVE</a>
</div>
</form>
</div>
</div>
<div data-role="footer" data-position="fixed" data-tap-toggle="false" class="jqm-footer">
<center><P align="center">Support: Call/Text/Whatsapp 0716460015 or 0704407117 <br />, More about the developers<a href="eldodev">DEV TEAM</a> </P></center>
</div>
</body>
</html>