-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.07 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The ssdeep Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://ssdeep-project.github.io/index.html" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1 id="project-title"><a href="../index.html">ssdeep Project</a> </h1>
<h1 id="title">The ssdeep Project</h1>
<nav>
<ul id="topnav">
<li><a class="topnav-active" href="index.html">Top</a></li>
<li><a href="ssdeep/index.html">ssdeep / libfuzzy</a></li>
<li><a href="https://github.com/ssdeep-project">Go to GitHub</a></li>
</ul>
</nav>
</header>
<article>
<div class="content">
<h2>Projects Maintained</h2>
<ul>
<li><a href="ssdeep/index.html">ssdeep - Fuzzy hashing program / libfuzzy - Fuzzy hashing library</a></li>
</ul>
</div>
</article>
<footer>
<div id="footer">
<p>
Copyright © 2017 Tsukasa OI
</p>
<p>
This page was last updated on 2017-09-12.
</p>
</div>
</footer>
</body>
</html>