-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.8 KB
/
index.html
File metadata and controls
45 lines (45 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
<!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">
<link rel="stylesheet" href="vendors/reset.css">
<link href="https://fonts.googleapis.com/css?family=Roboto2:500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cabin:700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Alata|Hind&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Quicksand|Raleway|Roboto:300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="vendors/jquery.js"></script>
<script src="vendors/anime.min.js"></script>
<script src="vendors/preloader.js"></script>
<script src="js/main.js"></script>
<title>F#CK</title>
</head>
<body>
<div class="preloader">
<div class="loader">
</div>
</div>
<div class="main">
<ul class="word horizontal first-word">
<li class="letter"> F </li>
<li class="letter"> # </li>
<li class="letter"> C </li>
<li class="letter"> K </li>
</ul>
<ul class="word vertical fck hidden">
<li class="letter"> F </li>
<li class="letter"> # </li>
<li class="letter"> C </li>
<li class="letter"> K </li>
</ul>
<ul class="word vertical you hidden">
<li class="letter"> Y </li>
<li class="letter"> O </li>
<li class="letter"> U </li>
</ul>
</div>
</body>
</html>