-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (80 loc) · 4.89 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
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="de">
<head prefix="og: https://ogp.me/ns#">
<title>EasyFlick Homepage</title>
<meta charset="UTF-8">
<meta name="keywords" content="EasyFlick, Easy FLick, EZ Flick, Minecraft, Minecraft Ressourcenpakete, Minecraft Resourcepacks, Coding, Java, Plugins, Downloads, Wallpaper">
<meta name="description" content="Auf der EasyFlick Homepage findest du alle möglichen Downloads zu Minecraft Ressourcenpaketen, Wallpapern und anderen Dingen. Viel Spaß!">
<meta name="author" content="fab3F">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://easyflick.us.to" target="_self">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!--Footer Social Media Icons Stylesheet-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="stylesheet" href="/css/header.css">
<link rel="stylesheet" href="/css/footer.css">
<link rel="stylesheet" href="/css/button.css">
<link rel="stylesheet" href="/css/styles.css">
<script type="text/javascript" src="/js/functions.js"></script>
<meta property="og:title" content="EasyFlick Homepage" />
<meta property="og:url" content="https://easyflick.us.to" />
<meta property="og:description" content="Auf der EasyFlick Homepage findest du alle möglichen Downloads zu Minecraft Ressourcenpaketen, Wallpapern und anderen Dingen. Viel Spaß!" />
<meta property="og:image" content="/images/EasyFlick_logo.png" />
<meta name="twitter:site" content="@fab3F_official" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@fab3F_official" />
</head>
<body>
<div class="header">
<a href="/home" class="logo">EasyFlick Homepage</a>
<div class="header-right">
<!--Make the current Site active-->
<a class="active" href="/home">Home</a>
<a href="/downloads">Downloads</a>
<a href="/kontakt">Kontakt</a>
</div>
</div>
<div id="content">
<img src="/images/EasyFlick_logo.png" alt="EasyFlick Logo" class="center">
<h1 style="font-size:60px;"><u>Herzlich Willkommen!</u></h1>
<h2>EasyFlick war ursprünglich nur ein einfacher Discord Server. Noch weiter früher wurde EasyFlick mal SiriusGames genannt. Dann dehnte sich EasyFlick aus, bis sogar diese Website hier entstanden ist. Hier gibt es einmalige Downloadlinks zu finden. Natürlich kannst du auch unserem Discord beitreten und so direkt Hilfe von Mitgliedern oder dem Support erhalten, falls du ein Problem hast.</h2>
<button onclick="location.href='https://fab3F.github.io/link/discord'" class="glow-on-hover" type="button">DISCORD BEITRETEN</button>
<br>
<br>
<h2><u>Jetzt neu! EasyFlick Overlay</u></h2>
<h3>Das EasyFlick Overlay ist ein Minecraft Ressourcenpaket, welches die Hotbar, Partikel und den Himmel verändert. Dabei bleibt der klassische Minecraft-Look zum Beispiel im Inventar erhalten.</h3>
<img src="/images/EasyFlickOverlay/startpage.png" alt="EasyFlick Overlay" class="image">
<br>
<button onclick="location.href='https://easyflick.us.to/downloads/EasyFlickOverlay'" class="glow-on-hover" type="button">Herunterladen</button>
<br>
<br>
<h2><u>Auch interessant! Diamond Texture Minecraft</u></h2>
<h3>Diamond Texture ist ein Minecraft Ressourcen-Pack. Es verändert alle Texturen von Blöcken und Items, in denen Diamanten verwendet werden. Das heißt, die Diamanten Rüstung sieht anders aus aber auch Schwerter und Tools aus Diamanten haben sich verändert.</h3>
<img src="/images/DiamondTexture/startpage.png" alt="Diamond Texture Minecraft" class="image">
<br>
<button onclick="location.href='https://easyflick.us.to/downloads/DiamondTexture'" class="glow-on-hover" type="button">Herunterladen</button>
</div>
<footer class="footer-distributed">
<div class="footer-right">
<a href="https://fab3F.github.io/link/youtube"><i class="fa fa-youtube"></i></a>
<a href="https://fab3F.github.io/link/twitter"><i class="fa fa-twitter"></i></a>
<a href="https://fab3F.github.io/link/instagram"><i class="fa fa-instagram"></i></a>
<a href="https://fab3F.github.io/link/github"><i class="fa fa-github"></i></a>
<a href="https://fab3F.github.io/link/discord"><i class="fa fa-discord" aria-hidden="true"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a class="link-1" href="/home">Home</a>
<a href="/downloads">Downloads</a>
<a href="/kontakt">Kontakt</a>
<a href="/impressum-datenschutz-nutzungsbedingungen">Impressum, Datenschutz & Nutzungsbedingungen</a>
</p>
<p class="footer-emailtext">E-Mail:
<a class="footer-emaillink" href="mailto:fab3F@programmer.net">fab3F@programmer.net</a>
</p>
</div>
</footer>
</body>