-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
78 lines (71 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="title" content="IceHacks Official Site">
<meta name="description" content="The official site of the IceHacks GP. Download cheats, check the blog for latest updates and join our communities. ">
<meta name="Keywords" content="cheat,surviv,io,games,dot io,hack,icehacks,ice,free,surviv,krunker,krunker.io">
<meta property="og:type" content="website">
<meta property="og:url" content="https://icehacks.net/">
<meta property="og:title" content="IceHacks Official Site">
<meta property="og:description" content="The official site of the IceHacks GP. Download cheats, check the blog for latest updates and join our communities. ">
<meta property="og:image" content="/images/IHR_Winter.png">
<meta name="theme-color" content="#030a0d">
<meta name="twitter:card" content="summary_large_image">
<title>IceHacks</title>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link rel="icon" href="/images/favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.css"
/>
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
<div id="app" style="display: none">
<ice-header v-bind:name="name"></ice-header>
<ice-navbar main></ice-navbar>
<ice-content>
<ice-section>
<ice-box title="About">
IceHacks is both a person and an organization. Even
though it is mainly focused on
<a href="http://surviv.io/">surviv.io</a>, IceHacks has
made cheats for several other games (web, desktop,
...all things) those cheats are long forgotten and never
surfaced much. IceHacks strives to meet users'
expectations and loves to see happy clients. If you have
any suggestions, comments, or questions you can contact
us via
<a
href="mailto:[email protected]?subject=From%20website%3A%20"
>email</a
>
or <a href="tel:413-337-7759">phone*</a>. <br />
<br />
IceHacks has been providing cheats since 2017, we have seen
many things in this community. We have met great people as
well as weird people. We have made people mad and made people
happy. We don't just provide cheats, we provide a good time.<br />
<br />
<i>Too Hot To Handle? Put Some Ice On It.</i>
<br />
<br />
<small>* SMS supported and prefered.</small>
</ice-box>
<ice-footer v-bind:name="name"></ice-footer>
</ice-section>
<ice-sidebar></ice-sidebar>
</ice-content>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/template.js"></script>
</body>
</html>