-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (56 loc) · 2.5 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
<!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" />
<meta name="description" content="Some words to say every day and night" />
<meta property="og:image" content="https://www.alamy.com/aggregator-api/download?url=https://h7.alamy.com/comp/2C6BEE4/grumpy-cat-loves-k-pop-korean-symbol-hand-heart-love-symbol-in-k-pop-design-element-for-poster-greeting-card-sticker-banner-a-print-on-t-shirts-and-bags-2C6BEE4.jpg" />
<meta property="og:image:secure_url" content="https://www.alamy.com/aggregator-api/download?url=https://h7.alamy.com/comp/2C6BEE4/grumpy-cat-loves-k-pop-korean-symbol-hand-heart-love-symbol-in-k-pop-design-element-for-poster-greeting-card-sticker-banner-a-print-on-t-shirts-and-bags-2C6BEE4.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:image:alt" content="A grumpy cat saranghae" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.4">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap">
<title>Hello Kamu!</title>
<style media="screen">
.body {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
text-align: center;
}
h3, .salam {
font-family: 'Amaranth';
color: white;
}
h2, .salam {
font-family: 'Amaranth';
color: white;
}
#particles-js{
height:100vh;
}
i {
color: #dc3545!important;
}
</style>
</head>
<body style="background: #232741">
<div id="particles-js">
<div class="body">
<h2></h2>
<span class="salam" style="font-size: 20px;"></span>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script src="main.js"></script>
<script type="text/javascript">
</script>
</body>
</html>