-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
83 lines (77 loc) · 3.07 KB
/
faq.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
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Cuckoo Foundation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/style.uncompressed.css" rel="stylesheet">
<link href="/css/font-awesome/font-awesome.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
</head>
<body>
<header id="header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!--<a class="brand" href="index.html"><b>Cuckoo</b>Sandbox</a>-->
<div class="nav-collapse fr">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li><a href="http://cuckoosandbox.org/">Cuckoo Sandbox</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Content
================================================== -->
<div id="content" class="container" style="margin-top: 50px;">
<div class="row" style="height: 60px;">
<div class="span3">
<img src="/img/cuckoo.png" alt="Cuckoo Sandbox" height="60"/>
</div>
</div>
<hr/>
<div class="hero-unit faq">
<div class="ac">
<h1>FAQ</h1><br/>
<p>Answers (besides RTFM) to frequently asked questions</p>
<input type="text" value="" placeholder="Search ..."/>
<a type="" class="search_button btn btn-primary"><i class="icon-search icon-white"></i></a>
</div>
</div>
<div class="faq">
<ul>
<li>
<h3>What is Cuckoo Sandbox?</h3>
<p>Cuckoo is an automated malware analysis system: a tool that allows you to understand what a given file does when executed inside an isolated environment. Read the <a href="http://cuckoosandbox.org/about.html">About</a> page for more details.</p>
</li>
</ul>
<h3 class="no-results hidden well">No results matching your search.</h3>
</div>
</div>
<!-- /Content -->
<footer class="row">
<div id="footer-extra">
<div class="container">
<div class="row">
<div class="span8">
© 2010-2020 Cuckoo Foundation
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="/js/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="/js/functions.min.js"></script>
</body>
</html>