This repository was archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (72 loc) · 1.8 KB
/
index.html
File metadata and controls
99 lines (72 loc) · 1.8 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
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
97
98
<html>
<style>
body {
background-color: #1d1e22;
box-sizing: border-box;
font-family: "Futura PT", "Futura", sans-serif;
-webkit-font-smoothing: antialiased;
}
/* Buttons at the center */
.wrap {
top: 50%;
left: 50%;
margin-top: 10%;
text-align: center;
}
/* General styling for the links */
a {
padding: 15px 30px;
text-decoration: none;
font-size: 18px;
display: block;
margin: 20px auto;
}
/* BUTTON 1 */
.btn, .btn:link, .btn:visited {
color: #2c3e50;
line-height: 1em;
color: inherit;
text-decoration: none;
display: inline-block;
border-radius: 4px;
background-color: #fff;
background-color: rgba(255,255,255, 0);
box-shadow: 0 0 0 0 #2c3e50 inset, 0.3em 0.2em 0 0 #bbb;
border: 0.2em solid #2c3e50;
padding: 0.8em;
text-align: center;
transition: 0.25s box-shadow, 0.25s transform;
}
/* BUTTON 1 */
.btn1, .btn1:link, .btn5:visited {
width: 10%;
border: none;
outline: none;
color: #fefefe;
background-color: #3fa458;
border-radius: 3px;
}
/* BUTTON 2 */
.btn2, .btn2:link, .btn5:visited {
border: none;
outline: none;
color: #fefefe;
background-color: #5975b6;
border-radius: 3px;
&:hover, &:focus {
transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
animation: gelatine 0.5s 1;
}
}
</style>
<head>
<title>Resourcepack Installation</title>
</head>
<body>
<div class="wrap">
<a href="https://github.com/Project-SMP/Resource-Pack/releases/latest/download/pack.zip" class="btn1">Download Resourcepack</a>
<iframe frameborder="0" allowfullscreen scrolling="no" marginheight="0" marginwidth="0"width="788.54" height="443" type="text/html" src="https://www.youtube.com/embed/yeosLJJnLpE?autoplay=0&fs=1&iv_load_policy=3&showinfo=0&rel=0&cc_load_policy=0&start=186&end=265">
</iframe>
</div>
</body>
</html>