forked from FinFisher/FinFly-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 827 Bytes
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>FinFly Web Demo Page</title>
</head>
<body>
<center>
<img alt="FinFlyWeb" src="FinFlyWeb.png" height="105" width="164" />
<br />
<h1> Version 2 </h1>
<a href="xpi_plugin_bar_v2/index.html">XPI Plugin Bar/Addon</a><br />
<a href="xpi_popup_v2/index.html">XPI Popup/Addon</a><br />
<a href="java_v2/index.html">JAVA Applet</a><br />
<a href="iframe_v2/index.html">IFRAME Injection</a><br />
<a href="static_v2/index.html">STATIC Page</a><br /></center>
<center>
<h1> Version 1 </h1>
<a href="xpi/index.html">XPI Plugin/Addon</a><br />
<a href="java/index.html">JAVA Applet</a><br />
<a href="iframe/index.html">IFRAME Injection</a><br />
<a href="static/index.html">STATIC Page</a><br /></center>
<br />
</body>
</html>