<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daftar Link</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px 0;
}
a {
text-decoration: none;
color: #007BFF;
font-weight: bold;
display: block;
padding: 10px;
background-color: #f8f8f8;
border-radius: 5px;
transition: background-color 0.3s;
}
a:hover {
background-color: #e9e9e9;
}
</style>
</head>
<body>
<div class="container">
<h1>Daftar Link</h1>
<ul id="link-list">
<!-- Daftar Link akan dimasukkan oleh JavaScript -->
</ul>
</div>
<script>
const links = [
"https://dip.link/nha-gia-tien",
"https://popl.co/card/KNyT0E2Z/1",
"https://popl.co/card/8ey1tX4f/1",
"https://popl.co/card/n5No3VdZ/1",
"https://popl.co/card/TpsYecMq/1",
"https://popl.co/card/5ZeLQjiw/1",
"https://popl.co/card/q8ec3adg/1",
"https://popl.co/card/jEU8aNjx/1",
"https://popl.co/card/dRjbs5mb/1",
"https://popl.co/card/fgZ9nMAu/1",
"https://quynhaptrangfullhd.univer.se/",
"https://nhagiatienfullhdfree.univer.se/",
"https://www.twosapp.com/67d859e2a168487ead68a798",
"https://www.twosapp.com/67d85b89a168487ead68a7c4",
"https://phimnhagiatien.graphy.com/courses/Nha-Gia-Tien-67d8127ebfc5210926bb7aa7",
"https://phimnatra2mangnohi.graphy.com/courses/fullhd-natra2-67d8453ca21f2514feedb977",
"https://phimnhagiatien.graphy.com/courses/Nha-Gia-Tien-fullhd-67d811009e873b71b5abb474",
"https://phimnatra2mangnohi.graphy.com/courses/quy-nhap-trang-fullhd-67d847801dd9f25d6d416063",
"https://phim.graphy.com/courses/FULLHD-Xem-Phim-Nha-Gia-Tien-Vietsub-Thuyet-Minh-67d80dc461ace27ae7b85ab2",
"https://phim.graphy.com/courses/Xemphim-Nha-Gia-Tien-2025-FULL-hd-Vietsub-Thuyet-Minh-Phimmoi-67d80b1e61d1812433df9fe7",
"https://colab.research.google.com/drive/16voQl8mfXIHyN9n4a0i92iOo9zFtyC0v?usp=sharing",
"https://papaly.com/categories/share?id=71f086ee0c9a4ad993e7b6b25dedfd02",
"https://dly.to/ISgZdm3pgoC",
"https://dictanote.co/n/1219872/",
"https://direct.me/rinekenavia",
"https://www.are.na/block/35334710",
"https://rinekenavia1.statuspage.io/",
"https://businessboostier.mn.co/posts/81569662",
"https://taplink.cc/rinekenavia",
"https://open.firstory.me/story/cm8eeshju03cb01z6hijh3mbc",
"https://factsplat.com/users/1d22ec6b-0ee1-4b86-a10d-a0c5a04e203a",
"https://baskadia.com/post/8kgep",
"https://reretp.medium.com/what-is-the-waste-season-causes-and-how-to-address-it-62be80f7d708",
"https://blog-news.hashnode.dev/how-to-tackle-the-waste-season-a-collaborative-effort-for-cleanliness",
"https://www.fimfiction.net/blog/1066395/the-waste-season-phenomenon-how-holiday-celebrations-contribute-to-environmental-pollution",
"https://blognews.mybloghunch.com/reducing-plastic-waste-during-the-holiday-season-steps-towards-a-greener-future?ref=bloghunch.com",
"https://lebanonhub.app/blogs/184123/rinekenavia",
"https://hackmd.io/@ramarieoki/H12XLxDnye",
"https://rentry.co/RinekeNavia",
"https://pastelink.net/m3q4bv0c",
"https://pastebin.com/uai4BMHA",
"https://paste.firnsy.com/paste/TWqFrJBp4qI",
"https://paste.feed-the-beast.com/cGM-d6a9j4g",
"https://paiza.io/projects/4RBAIosXn7syf6arjnoIrA?language=php",
"https://pastebin.mozilla.org/ZXRrG4XV",
"https://pastebin.freeswitch.org/view/0f252c1c",
"https://paste.toolforge.org/view/83f133b8",
"https://snippet.host/eyakqj",
"https://justpaste.it/de6vg",
"https://paste.intergen.online/view/2bbb74ab",
"https://tempel.in/view/CVzZYESk",
"https://telegra.ph/RinekeNavia-03-18",
"https://www.wowace.com/paste/1ee8cfdf",
"https://notes.io/wK77G",
"https://www.pastery.net/jgmepu/",
"https://tech.io/snippet/TqPlNtV",
"https://glot.io/snippets/h5lfx8fitq",
"https://glot.io/snippets/h5lfxcpguv",
"https://glot.io/snippets/h5lfxhyyof",
"https://glot.io/snippets/h5lfxmo2b7"
];
const linkListElement = document.getElementById("link-list");
links.forEach(link => {
const listItem = document.createElement("li");
const anchor = document.createElement("a");
anchor.href = link;
anchor.target = "_blank";
anchor.textContent = link;
listItem.appendChild(anchor);
linkListElement.appendChild(listItem);
});
</script>
</body>
</html>