File size: 2,276 Bytes
b094f43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="id">
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title>Kartu Ucapan Idul Fitri 1446 H</title>
		<link

			href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"

			rel="stylesheet"

		/>
		<link

			rel="stylesheet"

			href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"

		/>
		<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet" />
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<!-- Video Background -->
		<video autoplay muted loop playsinline id="background-video">
			<source src="bg.mp4" type="video/mp4" />
			Your browser does not support the video tag.
		</video>
		<div class="container py-5">
			<div

				id="cardSection"

				class="card text-center"

				data-aos="fade-up"

				style="display: none"

			>
				<div class="card-header">
					<h4>Selamat Hari Raya Idul Fitri 1446 H</h4>
				</div>
				<div class="card-body">
					<p class="card-text" id="cardMessage">
						Sedang memuat ucapan...
					</p>
				</div>
				<div class="card-footer text-muted">
					<h5>Mohon maaf lahir dan batin</h5>
				</div>
			</div>
			<div class="areaFooter" style="display: none">
				<button class="tryErrorMessage btn btn-primary d-none m-3">
					Ada yang salah. Coba lagi
				</button>
				<button class="tryOtherMessage btn btn-warning m-3">
					Ganti pesan
				</button>
				<button class="waButton btn btn-success m-3">
					Hubungi developer <i class="bi bi-whatsapp"></i>
				</button>
				<button class="urlButton btn btn-primary m-3">
					Salin alamat halaman ini
					<i class="bi bi-link-45deg"></i>
				</button>
				<button class="manageURL btn btn-danger m-3">
					Buat untuk diri sendiri
				</button>
			</div>
		</div>

		<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

		<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
		<script>
			AOS.init();
		</script>
		<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>

		<script src="script.js"></script>
		<script src="data.js"></script>
	</body>
</html>