forked from Zellic/Masamune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_index.html
86 lines (75 loc) · 2.96 KB
/
new_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
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
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Search utility for smart contract security findings and audits.">
<meta name="keywords" content="smartcontract, solidity, codearena, code4rena">
<meta name="author" content="VladToie">
<link rel="stylesheet" href="css/style.css">
<!-- use the favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<title>Masamune</title>
</head>
<body class="color-no-search">
<div class="container">
<div class="search">
<div class="header">
<h1>
<a href="index.html">Masamune V1</a>
/
<span id="version2" class="selected">Masamune V2</span>
</h1>
<!-- Include the small katana -->
<img src="img/katana.png" alt="katana" class="katana">
<div class="social">
<a href="https://twitter.com/VladToie">Twitter</a>
•
<a href="https://github.com/Zellic/Masamune">GitHub</a>
</div>
</div>
<div class="query">
<form class="searchForm" action="#">
<input type="text" class="search" placeholder="ENTER SEARCH TERM (eg. flashloans or Hacked)" autocomplete="false">
</form>
</div>
<div class="results">
<br>
<div class="noResults">
<h2>No Results Found</h2>
</div>
<div class="results-table">
<table class="results">
<thead>
<tr>
<td width="33%">
Found in
</td>
<td width="45%">
Description
</td>
<td width="22%">
Tags
</td>
</tr>
</thead>
<tbody class="results">
</tbody>
</table>
</div>
</div>
<div class="subfooter">
<h3> Have some datasets to add? <a href="https://github.com/Zellic/Masamune"> Please do. </a> </h3>
</div>
</div>
<div class="footer">
Created with 🍶 by Vlad <script>document.write(/\d{4}/.exec(Date())[0])</script>
<br>
Katana by: <a href="https://noobart.work/">Noobart</a>
<br>
Credits to repo: <a href="https://github.com/IppSec/ippsec.github.io/">ippsec.rocks</a>
</div>
</div>
<script src="src/new_logic.js"></script>
</body>
</html>