-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 810 Bytes
/
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
<!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" />
<link rel="stylesheet" href="dist/output.css">
<title>Embedding Medium</title>
</head>
<body>
<div>
<!-- EmbeddingMedium -->
<div class="max-w-xl mx-auto text-center mb-16">
<h4 class="font-semibold text-4xl text-amber-500 mb-2">Blog</h4>
<h4 class="font-bold text-2xl text-dark mb-4">Artikel Terbaru</h4>
</div>
<div class="w-full px-4 flex flex-wrap justify-center" id="jsonContent"></div>
<div id="pagin"></div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>