-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 2.35 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 2.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Turtle Client</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- OpenGraph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https:///">
<meta property="og:title" content="Turtle Texture Pack Client">
<meta property="og:description" content="Turtle Texture Pack Client is a brand new client (texture pack) out now in beta! It is
a feature-rich, fps-improving and aesthetic/clean looking pack-client for everyday use.">
<meta property="og:image" content="/assets/images/turtle.png">
<!-- Twitter -->
<meta property="twitter:card" content="summar_large_image">
<meta property="twitter:url" content="https:///">
<meta property="twitter:title" content="Turtle Texture Pack Client">
<meta property="twitter:description" content="Turtle Texture Pack Client is a brand new client (texture pack) out now in beta! It is
a feature-rich, fps-improving and aesthetic/clean looking pack-client for everyday use.">
<meta property="twitter:image" content="assets/images/turtle.png">
<!-- Others -->
<link rel="stylesheet" href="assets/css/styles.css">
<link href='https://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
<link href='https://unpkg.com/tachyons/css/tachyons.min.css' rel='stylesheet'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css' rel='stylesheet'>
<link href='https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/tachyons-animate.css' rel='stylesheet'>
<script src="https://kit.fontawesome.com/fa77ded938.js" crossorigin="anonymous"></script>
<script data-ad-client="ca-pub-6716775491889825" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<!-- Main Page -->
<main class="measure center tc sans-serif black-80 absolute absolute--fill">
<div class="flex flex-column justify-center items-center h-100">
<img class="animated fadeInUp ease-out-circ d-1 a-2" src="/assets/images/turtle.png" alt="Turtle Client">
<form action="/download.html">
<button><i class="fas fa-download"></i> Download!</button>
</form>
</div>
</main>
<script type="application/x-javascript" async src="https://arc.io/widget.min.js#g91dkoXn">
importScripts('https://arc.io/arc-sw-core.js')
</script>
</html>