-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (107 loc) · 2.67 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!-- •°• It's Me Lief | Not Hacker •°• -->
<!--
°• Gw cuma bisa buat sc nya doang, klo ngedepes masih nub bwangg
°• Nih pake sc depes gw yg dulu pernah gw pake tebas index web nasa :D
°• Lu pake nih sc, dijamin auto minder para mastah
°• Tapi kalo mau pake/recode, izin dulu bwangg :)
°• Jika mau request sc, bilang saya ya, insya Allah. saya bisa membantu
-->
<!-- Version 7.0 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="[ L13F.R ]">
<meta name="theme-color" content="black">
<!-- Title -->
<title>Script Deface by ./L i e f</title>
<!-- Icon Title -->
<link rel="icon" type="image/gif" href="https://c.top4top.io/p_1959mtf411.png">
<!-- Font Awesome -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style type="text/css">
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #2a2b2f;
overflow: hidden;
}
.logo {
position: absolute;
background-image: url(https://c.top4top.io/p_1959mtf411.png);
background-size: cover;
margin-top: -33px;
width: 100px;
height: 100px;
border-radius: 50%;
cursor: pointer;
box-shadow:
/* Logo Shadow */
0px 0px 2px #222831,
/* Offset */
0px 0px 0px 5px #303132,
/* Bottom Right */
5px 5px 10px #151515,
/* Top Left */
-5px -5px 10px #252525;
}
.name {
position: relative;
margin-top: 180px;
}
.name h2 {
color: #2a2b2f;
font-size: 3em;
text-transform: uppercase;
}
.name h2::before {
content: attr(shifted-text);
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
color: #01fe87;
border-right: 2px solid #01fe87;
overflow: hidden;
white-space: nowrap;
animation: shifted 6s linear infinite;
}
@keyframes shifted {
0%,10%,100% {
width: 0;
}
70%,90% {
width: 100%;
}
}
@media screen and (max-width: 465px) {
.logo {
margin-top: -25px;
}
.name h2 {
font-size: 2.5em;
}
}
</style>
</head>
<body>
<div class="logo"></div>
<div class="name">
<h2 shifted-text="It's Me Lief :)">It's Me Lief :)</h2>
</div>
<!-- API Salju by Frangki -->
<script src="https://cdn.rawgit.com/bungfrangki/efeksalju/2a7805c7/efek-salju.js" type="text/javascript"></script>
</body>
</html>