forked from Poheart/FACEIT-HELPER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
67 lines (63 loc) · 2.54 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FACEIT HELPER</title>
<!-- Bootstrap core CSS -->
<link href="../lib/tether.min.css" rel="stylesheet">
<link href="../lib/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<style>
body {
padding-top: 5rem;
background:#f5f5f5;
}
.headtitle {
padding: 10rem 1.5rem;
text-align: center;
}
.descbox {
background-color: #eceeef;
border-radius: 10px;
padding: 10%;
}
</style>
<nav class="navbar navbar-fixed-top navbar-dark bg-inverse">
<a class="navbar-brand" href="#">
<img src="icons/icon128.png" width="30" height="30" class="d-inline-block align-top rounded" alt="">
FACEIT HELPER </a>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="options.html">Main</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://github.com/Poheart/FACEIT-HELPER">Github</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="container-fluid">
<div class="headtitle">
<h1>FACEIT HELPER</h1>
<p class="lead">Made with ♥ by Poheart<br>
<a href="http://steamcommunity.com/id/CrazyGamer2011/" class="btn btn-outline-primary">Steam </a>
<a href="https://www.poheart.net" class="btn btn-outline-warning">Web</a>
<a href="https://github.com/Poheart/FACEIT-HELPER" class="btn btn-outline-danger">Github</a>
<a href="https://chrome.google.com/webstore/detail/faceit-helper/bjdhcabjnhhifipbnopnfpfidkafanjf" class="btn btn-outline-success">Chrome Store</a>
<hr>Thanks to the following contributors in GitHub made it possible! <br>
CullenIO, nuller1joe</p>
</div>
</div>
<!-- /.container -->
<script src="../lib/jquery.min.js"></script>
<script src="../lib/tether.min.js"></script>
<script src="../lib/bootstrap.min.js"></script>
<script src="../js/option.js"></script>
</body>
</html>