-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.24 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
<!DOCTYPE html>
<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>Logo Petani Kode</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</style>
</head>
<body>
<main class="container">
<div class="row">
<div class="col-12 col-md-8 mx-auto p-4 p-md-5">
<h1 class="display-5 fw-bold">Logo Petani Kode</h1>
<p class="lead">Logo untuk keperluan partnership dengan Petani Kode.</p>
<div class="ratio ratio-4x3 p-2 my-4 border rounded">
<iframe src="https://drive.google.com/embeddedfolderview?id=1hEU9X1isq18mCVuqYvo6aUxBQ9lY8BC5#list"
frameborder="0"></iframe>
</div>
<a class="btn btn-primary"
href="https://drive.google.com/drive/folders/1hEU9X1isq18mCVuqYvo6aUxBQ9lY8BC5?usp=sharing">📥 Download
Semua</a>
</div>
</div>
</main>
</body>
</html>