<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Daftar Tautan</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f7f9fc;
padding: 40px 20px;
margin: 0;
}
.container {
max-width: 800px;
margin: auto;
background: #ffffff;
border-radius: 8px;
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
margin-bottom: 25px;
color: #2c3e50;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
word-break: break-all;
}
a {
color: #3498db;
text-decoration: none;
font-size: 1rem;
}
a:hover {
text-decoration: underline;
color: #1d6fa5;
}
</style>
</head>
<body>
<div class="container">
<h1>Daftar Tautan</h1>
<ul id="linkList"></ul>
</div>
<script>
const links = [
"https://cccv.to/halabala8xv",
"https://cccv.to/diadaovietfullhd",
"https://cccv.to/latmat7motieuuoc",
"https://cccv.to/tunnelssuninthedark",
"https://cccv.to/halabalathaifullstory",
"https://soundcloud.com/marshavero/toidovietsubfullhd",
"https://soundcloud.com/leonordd/botubaothuvietsubfullhd",
"https://soundcloud.com/maguaeric/bietdoisamsetvietsubfullhd",
"https://aboutfamily.graphy.com/courses/chuyen-nha-banh",
"https://aboutfamily.graphy.com/courses/chuyennhabanhfullhd",
"https://rebirth.graphy.com/courses/home-sweet-home-rebirth",
"https://thelegendofochi.graphy.com/courses/the-legend-of-ochi",
"https://rebirth.graphy.com/courses/homesweethomerebirththaisub",
"https://demonhunters.graphy.com/courses/holynight-demon-hunters",
"https://thelegendofochi.graphy.com/courses/thelegendofochithaisub",
"https://soundcloud.com/jethro-brown-78009001/nhagiatienvietsubfullhd",
"https://demonhunters.graphy.com/courses/holynightdemonhuntersthaisub",
"https://soundcloud.com/firdafarda/diadaomattroitrongbongtoivietsubfullhd",
"https://amikuwhocantsing.graphy.com/courses/sankhaudaysacmaubophimmikukhongbiethatfullhd",
"https://amikuwhocantsing.graphy.com/courses/san-khau-day-sac-mau-bo-phim-miku-khong-biet-hat",
"https://multy.me/YCObK",
"https://multy.me/FTtcV",
"https://hoo.be/botubaothu",
"https://writexo.com/sd8u5z0",
"https://cccv.to/botubaothubn",
"https://baskadia.com/post/8kkms",
"https://businessboostier.mn.co/posts/83955445",
"https://pinshape.com/users/7927865-novialucianas",
"https://www.deviantart.com/alexiaaune/journal/novialuciana-1190411158",
"https://blognews.mystrikingly.com/blog/top-10-must-have-electronic-devices-for-everyday-use",
"https://blognews.mybloghunch.com/essential-gadgets-that-make-life-easier-in-2025",
"https://colab.research.google.com/drive/13Nk9xfzWQSCz_mej55qPcRC859cP_ffK?usp=sharing",
"https://reretp.medium.com/latest-electronic-devices-everyone-should-know-about-a035f1cf7efa",
"https://blog-news.hashnode.dev/affordable-electronic-devices-that-are-worth-buying",
"https://www.fimfiction.net/blog/1071083/best-tech-gadgets-for-students-and-professionals",
"https://hackmd.io/@suruchiadonica/rk68Txrggl",
"https://snippet.host/czgoct",
"https://rentry.co/novialuciana",
"https://www.wowace.com/paste/5e82d64b",
"https://justpaste.it/hz91u",
"https://telegra.ph/novialuciana-05-04",
"https://glot.io/snippets/h71bdrdf0m",
"https://glot.io/snippets/h71bdvukko",
"https://glot.io/snippets/h71bdz819h",
"https://glot.io/snippets/h71be5j318",
"https://tempel.in/view/dS16oB",
"https://ctxt.io/2/AAB4a2YzFg",
"https://paiza.io/projects/EGxG3Eb7eFOm1P3NmHOq9w?language=php",
"https://pastebin.freepbx.org/view/b7ef8090",
"https://paste.toolforge.org/view/eeda5016",
"https://tech.io/snippet/mMvsFM6"
];
const listContainer = document.getElementById("linkList");
links.forEach(link => {
const li = document.createElement("li");
const a = document.createElement("a");
a.href = link;
a.target = "_blank";
a.textContent = link;
li.appendChild(a);
listContainer.appendChild(li);
});
</script>
</body>
</html>