-
Notifications
You must be signed in to change notification settings - Fork 0
/
2019.php
43 lines (40 loc) · 1.56 KB
/
2019.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
<?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>
<div class="featcm">
<a href = "2019Games/easy.php">easy1</a> - solved 48 times
<br>
<a href = "2019Games/easy2.php">easy2</a> - solved 2 times
<br>
<a href = "2019Games/easy3.php">easy3</a> - solved 16 times
<br>
<a href = "2019Games/medium.php">medium1</a> - solved 4 times
<br>
<a href = "2019Games/medium2.php">medium2</a> - solved 6 times
<br>
<a href = "2019Games/medium3.php">medium3</a> - solved 2 times
<br>
<a href = "2019Games/hard.php">hard1</a> - solved 2 times
<br>
<a href = "2019Games/hard2.php">hard2</a> - solved 2 times
<br>
<a href = "2019Games/hard3.php">hard3 </a> - never solved
</div>
</body>
</html>