-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (92 loc) · 3.13 KB
/
index.html
File metadata and controls
96 lines (92 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>When the next Narapat Meetup?</title>
<meta name="description" content="Just timer until @welovemfp makes another meetup at MBK.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="fakelinktree.css" type="text/css">
<meta http-equiv="cache-control" content="no-cache"><meta property="og:title" content="When the next Narapat Meetup?">
<meta property="og:description" content="Just timer until @welovemfp makes another meetup at MBK.">
<meta property="og:url" content="https://khnatlkdelta.github.io/nextnarapatmeetup">
<meta property="og:type" content="website">
<meta name="twitter:title" content="When the next Narapat Meetup?">
<meta name="twitter:description" content="Just timer until @welovemfp Just timer until @welovemfp makes another meetup at MBK.">
<style>
* .wrapper {
height: 100%;
width: 100%;
left:0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
background-size: 1800% 1800%;
word-wrap: break-word; /* This will prevent the text from overflowing */
-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;}
@-webkit-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
.headtextbox {
font-size: 25px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
word-wrap: break-word; /* This will prevent the text from overflowing */
}
.countdown {
font-size: 1.5em;
font-family: "IBM Plex Mono" , monospace;
}
footer {
font-size: 25px;
position: absolute;
top: 90%; /* Adjust this value to move the footer down */
left: 50%;
transform: translate(-50%, -50%);
word-wrap: break-word; /* This will prevent the text from overflowing */
}
footer p {
font-size: 0.75em;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="headtextbox">
<h1>When the next Narapat Meetup?</h1>
<h2>Since,</h2>
<h2> </h2>
<h2 id="countdown" class="countdown">0s.</h3>
<h2>ago.</h2>
</div>
</div>
<h2> </h2>
<center>
<script src="timer.js"></script>
<footer>
<p>Made with ❤️ by OeiChi @ KhnatlkDelta , Nyan Nyan ~~</p>
</footer>
</body>
</html>