-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (46 loc) · 1.85 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PPKN: Gali terus pemahamanmu</title>
<link crossorigin="use-credentials" rel="manifest" href="manifest.json">
<!-- STYLING -->
<link rel="stylesheet" href="dist/css/style.css">
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZFYW7QHK5J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-ZFYW7QHK5J');
</script>
</head>
<body>
<div class="container">
<main class="content-center">
<div class="center">
<img src="images/ilustrasi.png" alt="ilustrasi" class="img-il">
<h1 class="title">Siap untuk belajar?</h1>
<i class="quote">"Kesuksesan ditentukan dari seberapa besar kerja keras dan usaha anda"</i>
</div>
<div class="btn-container">
<a href="menu/"><button class="btn-start">MULAI</button></a>
<a href="#"><button id="install-app">Download Aplikasi</button></a>
</div>
<div class="animation">
<img src="images/logo-smk.png" class="img-ani-1">
<img src="images/author.png" class="img-ani-2">
</div>
</main>
</div>
<!-- <div id="device-detect">
<img src="images/device.gif" alt="">
<h1>Mohon maaf! Saat ini hanya <b>Smartphone</b> yang boleh mengaksesnya</h1>
</div> -->
<script src="dist/js/main.js"></script>
</body>
</html>