-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (64 loc) · 3.55 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Tibia Solutions, developing amazing solutions for Tibia and OTServ." />
<meta name="google-site-verification" content="YELGnbcxRrTX5bJRIHl3soB2gMyxPNKCpXyiQaJoAZo" />
<title>Tibia Solutions :: Amazing solutions for Tibia and OTServ.</title>
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/main.css?v=dxbbyb2x4i5r53zcdm2axr0cq1tm3qgm" rel="stylesheet" type="text/css" />
<link href="css/squares.css?v=ee3b3b6900ddb901217aadf14f815eb4" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56745295-7', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="top">
<div id="topinner">
<img src="images/logo.png" alt="Tibia Solutions Logo" />
</div>
</div>
<div class="main-container">
<div class="innercontainer">
<p>We are a group of developers using our knowledge to develope tools for facilitate / help the fun of users or other developers. We have no intention of earning profits, we do this as a hobby and also a way to improve our skills.</p>
<p>Any help will be welcome, our systems will always be available on GitHub for everyone to follow the development.</p>
<p>If you need, please contact us <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
<div id="loader">
<div class="main-container">
<div class="innercontainer">
<div class="uil-squares-css center-block"><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div></div>
</div>
</div>
</div>
<div id="content" class="container display-none"></div>
<div id="footer">
<div class="pull-right text-right">
<strong>GitHub</strong> @tibiasolutions<br>
<strong>Twitter</strong> @tibiasolutions
</div>
<div class="pull-left text-left">
<span id="footer-text"></span>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://momentjs.com/downloads/moment.min.js"></script>
<script src="js/main.js?v=dxbbyb2x4i5r53zcdm2axr0cq1tm3qgm"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>