-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
85 lines (72 loc) · 2.66 KB
/
faq.html
File metadata and controls
85 lines (72 loc) · 2.66 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disaster Recovery Planning-JunZheng Lyu(Bruce)</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="fonts/iconfont.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="w header">
<nav class="nav">
<a href="#" class="logo">
<img src="images/logo.png" alt="">
</a>
<ul class="nav-meau">
<li><a href="index.html">Main Page</a></li>
<li><a href="blog.html" class="active">Info Page</a></li>
<li><a href="video.html" >Related Video</a></li>
<li><a href="faq.html">Q&A</a></li>
<li><a href="about.html">Contact US</a></li>
</ul>
</nav>
<!--
<ul class="user">
<li><a href="#">Sign In</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
-->
</div>
</header>
<div class="header-bg">
<img src="images/banner5.jpg" alt="">
<div class="title">
Q&A
</div>
</div>
<div class="content w py-3 contentFaq">
<div class="content-l">
<h4 class="mb-3">Q&A 01</h4>
<div class="box mb-3">
Internet Security Forum:
</div>
<div class="box mb-5">
<a href="https://0x00sec.org/" target="_blank" rel="noreferrer"> Hacking, malware, computer engineering, reverse engineering.OFF-SITE FORUM</a>
</div>
<!--
外站推介在Q&A
--->
<h4 class="mb-3">Website-Info</h4>
<footer class="footer shadow-lg">
<p>Friendly Tips</p>
<p>Attack and Defense on Internet </p>
<p>Unknown Domain Search</p>
<p>
<a href="https://domains.google.com/registrar/search?hl=zh-CN">Google Domain Can be use for check Information about unknown domain server</a>
<!--
<a href="#">Google</a>
<a href="#">Google</a>
<a href="#">Google</a>
-->
</p>
</footer>
</div>
</div>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>