-
Notifications
You must be signed in to change notification settings - Fork 7
/
404.html
34 lines (31 loc) · 1.28 KB
/
404.html
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
<html lang="en">
<head>
<title>Square CTF: File not found :(</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta name="og:title" content="Square CTF: hacking competition!">
<meta name="og:url" content="https://squarectf.com/">
<meta property="og:type" content="website">
<meta name="og:description" content="Compete to solve security-related challenges.">
<meta property="og:image" content="og.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@SquareEng">
<meta name="twitter:title" content="Square CTF: We make security and hacking more approachable — since 2014.">
<meta name="twitter:description" content="Compete to solve security-related challenges.">
<meta name="twitter:image" content="/og.png">
<meta name="description" content="Compete to solve security-related challenges.">
<meta name="author" content="Square, Inc.">
<link rel="stylesheet" media="screen" href="/squarectf.css">
</head>
<body>
<pre>
> man 404
No manual entry for 404
> apropos 404
404: nothing appropriate
> <a href="https://squarectf.com">cd ~</a>
</pre>
</body>
</html>