-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
37 lines (36 loc) · 1.24 KB
/
popup.html
File metadata and controls
37 lines (36 loc) · 1.24 KB
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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head>
<meta charset="UTF-8">
<title>RankNot</title>
<script src="js/popup.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="main" class="container">
<form name="loginform" id="loginform" action="#" method="post" class="wpl-track-me">
<p class="login-username">
<input type="text" name="contest_code" id="contest_code" class="input" placeholder="" value="" size="20" />
</p>
<p class="login-password">
<input type="text" name="institution" id="institution" class="input" placeholder="" value="" size="20" />
</p>
<div id="main" class="container">
<form name="loginform" id="loginform" action="#" method="post" class="wpl-track-me">
<p class="login-username">
<p class="login-submit"><input type="submit" name="alarmOn" id="alarmOn" class="button-primary" value="Notify Me!" />
<p class="login-submit"><input type="submit" name="alarmOff" id="alarmOff" class="button-secondary" value="Exit" />
</p>
</form>
</div>
</body>
</html>
</body>
</html>