Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>10 TikTok Display</title>
<style>
body{
margin:0;
background:#111;
color:white;
font-family:Arial,sans-serif;
}
h1{
text-align:center;
padding:15px;
}
.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:10px;
padding:10px;
}
.player{
background:#000;
border-radius:10px;
overflow:hidden;
height:600px;
}
iframe{
width:100%;
height:100%;
border:none;
}
</style>
</head>
<body>
<h1>10 TikTok Viewer</h1>
<div class="grid">
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000001"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000002"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000003"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000004"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000005"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000006"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000007"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000008"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000009"></iframe></div>
<div class="player"><iframe src="https://www.tiktok.com/embed/v2/7460000000000000010"></iframe></div>
</div>
</body>
</html>402
11
3552KB
36480KB
154.0ms
244.0ms
15,555.0ms