-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbugs.html
85 lines (69 loc) · 3.06 KB
/
bugs.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
<!doctype html>
<html lang="en">
<head>
<title>Bugs « Ettercap</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=100" /> <!-- Force IE8 Compatibility mode OFF -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./common.css" type="text/css" />
<link rel="stylesheet" media="(min-width: 1080px)" href="./desktop.css" type="text/css" />
<link rel="stylesheet" media="(min-width: 601px) and (max-width: 1079px)" href="./tablet.css" type="text/css" />
<link rel="stylesheet" media="(max-width: 600px)" href="./handheld.css" type="text/css" />
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="./favicon.ico" />
<script language="javascript" type="text/javascript" src="./handheld-menu.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="javascript:toggle_menu()">
<img src="menu.png" alt="Menu" />
</a>
</div>
<div id="logo">
<a href="#">
<picture>
<source media="(min-width: 1080px)" srcset="logo.png" />
<source media="(min-width: 601px) and (max-width: 1079px)" srcset="logo-tablet.png" />
<source media="(max-width: 600px)" srcset="logo-handheld.png" />
<img src="logo.png" alt="logo" />
</picture>
</a>
</div>
</div>
<h1><a href="#">Bugs <small>«</small> Ettercap</a></h1>
<div class="container">
<div id="digi-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="bugs.html">Bug Submission</a></li>
<li><a href="social.html">Social</a></li>
</ul>
</div>
<div id="content">
<div class="post">
<h2>Ettercap Bug Tracker</h2>
<div class="entry">
If you need to submit a bug, someone may have already done so before you. Please search before submitting your bugs.<br />
<blockquote><span><p><a href="https://github.com/Ettercap/ettercap/issues" target="_blank"><img src="bugs.png" alt="" title="Bug Submissions" style="position:relative; top:10px; padding-right:20px;" />Click here to submit your bug</a></p></span>
</blockquote>
<br /><br />
<br class="clear" />
</div><!-- end entry -->
</div><!-- end post -->
</div><!-- end content -->
<div id="footer">
<div id="footer-container">
<span class="right"><a href="#">© Ettercap Project</a> | <a href="http://www.ticktockcomputers.com" target="_blank" title="Designed by DigiP">Theme by Tick Tock Computers, LLC</a></span>
</div>
</div><!-- end footer -->
</div><!-- end container -->
<div class="fixed-side">
<img src="open-source.jpg" alt="open-source" title="This project 100% Open-Source, for the community, and by the community." style="position:relative; right:6px;" />
<a href="https://twitter.com/ettercapproject"><img src="Twitter-64.png" alt="" title="Follow us on Twitter" /></a>
<a href="https://www.youtube.com/channel/UCVYP1AeH9G1E1rtllwxLEQA"><img src="youtube-black.png" alt="YouTube" title="Official Ettercap YouTube Channel" /></a>
</div>
</body>
</html>