-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.php
36 lines (36 loc) · 1.4 KB
/
contact.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
<meta charset="UTF-8">
<title>Fraud Blocker add-on</title>
</head>
<body>
<div id="navigation">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="https://github.com/freetom/Fraud-Blocker-multi-browser-extension" target="_blank">Source code</a></li>
<li><a href=<? include './include/getExtensionLink.php' ?> target="_blank">Install</a></li>
<li><a href="quickstart.php">Quickstart</a></li>
<li><a href="volunteer.php">Volunteer</a></li>
<li id="activelink"><a href="contact.php">Contact</a></li>
</ul>
</div>
<div class="main">
<div style="height:25px; width=100%;"></div>
<img class="logo" src="images/fraud-200.png" width="100px" height="100px"></img>
<? include './include/header.php' ?>
<br/>
<hr class="horizontal_line"/>
<br/>
<h4>For the moment, contact me at [email protected]</h4>
<br/>
<hr class="horizontal_line"/>
<?php include './include/counter.php' ?>
</div>
<div class="footer">
Fraud Blocker is free software, it respects your freedom! (<a href="https://www.gnu.org/licenses/quick-guide-gplv3.html" target="blank_">GPLv3</a>)
</div>
</body>
</html>