-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (18 loc) · 871 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="asset/cs/EmbeddingMedium.css">
</head>
<body>
<div>
<!-- EmbeddingMedium -->
<div class="row" id="jsonContent"></div>
<div id="pagin"></div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="asset/js/EmbeddingMedium.js"></script>
<p><a href="https://github.com/chienhsiang-hung/embed-medium-blog-on-website">embed-medium-blog-on-website</a> demo</p>
<p>contact <a href="https://chienhsiang-hung.github.io/">https://chienhsiang-hung.github.io/</a> if you have any questions</p>
</body>
</html>