tiktok_parser / index.html
admin
Initial commit
be48230
Raw
History Blame
370 Bytes
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://genius-society-tiktok-parser.ms.show"></iframe>
</body>
</html>