-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
49 lines (46 loc) · 914 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="build/css/style.css">
<script src="build/js/app.min.js"></script>
</head>
<body>
<!--
<table id="insTable">
<thead>
<tr>
<th>dimensions</th>
<th>display_url</th>
<th>edge_liked_by (count)</th>
<th>edge_media_preview_like (count)</th>
<th>edge_media_to_caption</th>
<th>edge_media_to_comment</th>
<th>id</th>
<th>is_video</th>
<th>owner id</th>
<th>shortcode</th>
<th>taken_at_timestamp (formatted)</th>
<th>thumbnail_src</th>
<th>thumbnail_resources</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
-->
<table id="insTable">
<thead>
<tr>
<th>id</th>
<th>display_url</th>
<th>edge_media_to_caption</th>
<th>taken_at_timestamp</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
</html>