-
Notifications
You must be signed in to change notification settings - Fork 0
/
cracks.html
35 lines (32 loc) · 841 Bytes
/
cracks.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
<!DOCTYPE html>
<html lang="fr"
<head>
<meta charset="UTF-8"
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cracked Software</title>
<link rel="stylesheet" type="text/css" href="css/style.css"
</head>
<style>
a { color: #C10202; }
</style>
<body>
<h1>Cracked Software Menu</h1>
<b>
<nav class="menu-nav">
<ul>
<li class="btn">
<a href="ida.html">
Ida Pro 7.6
</a>
</li>
<li class="btn">
<a href="index.html">
Return
</a>
</li>
</ul>
</nav>
<script src="script.js"></script>
</body>
</html>