-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·50 lines (48 loc) · 1.66 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>0xFA-Team @CQUPT</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body style="background-color:#fcfbf6">
<div class="cuteMain">
<div class="cuteHeader">
<header>0xFA-Team @CQUPT</header>
<div class="cuteMenuBar">
<ul>
<li><a href="index.html">About</a></li>
<!-- <li><a href="labs.html">Labs</a></li>
<li><a href="member.html">Member</a></li> -->
<li><a href="paper.html">Paper</a></li>
</ul>
</div>
</div>
<div class="cuteBox">
<div id="cuteBox-right">
<p>Contact us:</p>
<p>Mail:0xfa@redrock.team</p>
<h2>Focus:</h2>
<p>CTF</p>
<p>Security</p>
<p>Funny things</p>
<p>and so on .....</p>
</div>
<div id="cuteBox-left">
<p>0xFA is a security team in Chongqing University</p>
<p>of Post and Telecommunications (CQUPT).</p>
<p>We Focus on Information Security.</p>
<p>You can find us in CTF && EveryWhere :).</p>
<br>
<br>
<h2>Hacking For Fun :)</h2>
</div>
</div>
<div class="cuteFooter">
<div id="cuteFooter-line"></div>
<p class="cuteFooter-text">Powered by 0xFA-Team</p>
<p class="cuteFooter-copyright">©Copyright 2014-2022 0xFA-Team</p>
</div>
</div>
</body>
</html>