-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (75 loc) · 3.01 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
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#f3e721">
<title>Clicker Heroes Tools</title>
<!-- CSS -->
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet" >
<link href="css/custom.css" type="text/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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67259152-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<a href="index.html" id="logo-container" class="brand-logo">Clicker Heroes Tools</a><br>
<ul id="nav-mobile" class="side-nav">
</ul>
</div>
</div>
</nav>
</div>
<div id="content">
<!--Hero-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="text_h center header cd-headline letters type">
<span>Clicker Heroes</span> <br>
<span class="cd-words-wrapper waiting">
<b class="is-visible">Tools</b>
<b>Optimizers</b>
<b>Calculators</b>
<b>Predictors</b>
</span><br>
</h1>
<p class="white-text center-align">All Linked Tools Are Property Of Their Respective Owners.
If You Want Your Tool Removed From This Website Please Message Me On Reddit
<a class="black-text" target="_blank" href="http://www.reddit.com/u/aveavaeva">/u/aveavaeva</a>
</p>
</div>
</div>
<!--Direct Links-->
<div class="section scrollspy" id="team">
<div class="container">
<h2 class="header text_b"> Direct Links </h2>
<div class="row" id="cards">
</div>
<h5 class="center-align">Don't Like The New Template ? You Can Still Use The <a href="legacy/">Previous Version</a>.</h3>
</div>
</div>
</div>
<!-- Scripts-->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
<script src="js/app.js"></script>
</body>
</html>