forked from selcip/flappy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfailed.php
32 lines (24 loc) · 847 Bytes
/
failed.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
</head>
<body>
<div class="container">
<img src="123.png" style="center"><br>
<center><j>RA não encontrado</j></center>
<div id="login">
<form method="post" action="connect.php" id="formlogin" name="formlogin">
<fieldset class="clearfix">
<p><span class="fontawesome-user"></span><input name='ra' type="text"></p>
<p><input type="submit" value="IR"></p>
</fieldset>
</form>
<p>Quer ver o ranking? <a href="#">CLIQUE AQUI</a><span class="fontawesome-arrow-right"></span></p>
</div> <!-- end login -->
</div>
</body>
</html>