-
Notifications
You must be signed in to change notification settings - Fork 3
/
home.html
93 lines (86 loc) · 3.72 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Home | Pilar</title>
<link rel="stylesheet" type="text/css" href="css2/style.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="shortcut icon" href="https://telegra.ph/file/68c51709403d36bf3d2fc.jpg" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content=" "/>
<meta name="author" content="NevtGanz">
<meta name="robots" content="index, follow" />
</head>
<!--<script>
alert('Welcome To My Website')
alert('Perkenalkan Nama Saya Caliph Atibrata')
alert('Jika Suka Web Ini, Follow Dong Sosial Media Saya')
alert('Terima Kasih, Selamat Mencoba')
</script>-->
<style>
.rainbow {
background: linear-gradient(
to right,
#A6CE37, #ECE71C, #0FC6E6, #F95D44, #816271, #9F1958, #081B6A, #59D7EE);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 800px;
background-position: center 0%;
animation: background-slide 25s infinite linear;
}
@keyframes background-slide {
100% {
background-position: 8160px;
}
}
</style>
<body>
<!--Pasti Mau Nyolong Kan-->
<!--Card-->
<div class="card animated fadeIn">
<center><img class="center animated rollIn" src="https://telegra.ph/file/6ba6919533f0b1dac444a.jpg" alt="avatar"></center>
<hr>
<div class="name">
Welcome
</div>
<p class="subtitle rainbow">PilarDev</p>
<p class="location"><a href="./bumcin/bucin.html" target="_blank">WEB BUCIN V1</a></p>
<p class="location"><a href="./bumcin/bucin2.html" target="_blank">WEB BUCIN V2</a></p>
<p class="location"><a href="./bumcin/bucin3.html" target="_blank">WEB BUCIN V3</a></p>
<p class="location"><a href="./bumcin/bucin4.html" target="_blank">WEB BUCIN V4</a></p>
<p class="icons animated pulse">
<a href="https://instagram.com/not_pilar32" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x"></i>
</span>
</a>
<a href="https://wa.me/6289625556161" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-whatsapp fa-stack-1x"></i>
</span>
</a>
<a href="https://github.com/PilarV2" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x"></i>
</span>
</a>
</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<center><div class="bannerad"><div class="title970"><b><marquee scrolldelay="5" scrollamount="2" style="border:2px solid;" direction="left" behavior="scroll" width="80%"><font color="white" face="Tahoma" size="4"> Thank Nevt Ganz
Caliph71 </font></marquee><p align="center"></p></b></div></div>
<embed src="media/music.mp3" type="audio/mpeg" autostart="true" loop="true" height="0" width="0">
<!--Fix Mau Nyolong-->
<!--footer-->
<footer class="animated fadeIn">
© 2021. Nevt.
</footer>
</body>
</html>