-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2019l.php
67 lines (66 loc) · 1.66 KB
/
2019l.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
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php session_start();?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>angel ctf</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="css/favicon.ico">
</head>
<body>
<header><?php require "navbar.php";?></header>
<h4>
<div class="featcm">
leaderboard 2019
</div>
</h4>
<div class="leaderboard">
camissonia 910<br>
flyingfern 745 <br>
cosmocall 240 <br>
million 225 <br>
HelloWorld 100 <br>
lenjack 100 <br>
Kakapo 60 <br>
sparkygoblue 50<br>
xXx_tony_XXx 50 <br>
Jackie Chan 50 <br>
Fate 50 <br>
Gucci101 50 <br>
CoCo 50 <br>
WebGuy123 50<br>
thatguy27 50 <br>
SupaDanny 50 <br>
WhyTho 50 <br>
bruh 50 <br>
Ck8282 50 <br>
colin 40 <br>
zoeyyyyyy 40 <br>
Karma 40 <br>
masonlee277 40<br>
xX_Mateo_Xx 40 <br>
py0th0n 40 <br>
01000101 40 <br>
leokakinuma 40 <br>
SCollins 40 <br>
dannydevito 40 <br>
hunntxr 40 <br>
dillonsucks 40 <br>
ckim 40 <br>
yeet 30 <br>
CurbFan123 30 <br>
bruh_moment 30 <br>
TheMadCoder 20 <br>
booksarekewl 10 <br>
josh -470
</div>
</body>
</html>