<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veldomw sac</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 1rem;
text-align: center;
}
main {
padding: 1rem;
}
#links {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 1rem;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 0.5rem;
}
a {
text-decoration: none;
color: #007bff;
}
a:hover {
text-decoration: underline;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 0.5rem;
position: absolute;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Veldomw sac</h1>
</header>
<main>
<section id="links">
<h2>Links</h2>
<ul id="linkList">
<!-- Links will be dynamically added here -->
</ul>
</section>
</main>
<footer>
<p>© 2024 Veldomw sac</p>
</footer>
<script>
document.addEventListener("DOMContentLoaded", function() {
const urls = [
"https://www.facebook.com/events/514933064326459",
"https://www.facebook.com/GATAO.Like.Father.Like.Son.Online.hd.1080i",
"https://www.facebook.com/events/1511981032777149",
"https://www.facebook.com/LatrampaOnline.hd.1080i",
"https://www.facebook.com/events/1521606991781688",
"https://www.facebook.com/GataoLikeFatherLikeSonTW2024",
"https://www.facebook.com/GATAOLikeFatherLikeSon2024tw",
"https://www.facebook.com/events/873919094109101",
"https://factsplat.com/users/e9bb0491-f67e-49d0-8f42-545b535e5d44",
"https://factsplat.com/users/dff0a373-b04d-43ee-baa0-843fcf408d79",
"https://www.facebook.com/Deadpool3Online.hd.1080p",
"https://www.facebook.com/BuffaloKidsOnline.hd.1080i",
"https://www.facebook.com/Romper.el.circuloOnline.hd.1080i",
"https://open.spotify.com/episode/0ev44AQpixV8vgQ3f4m32j",
"https://www.scoop.it/topic/best-movies-of-2024-must-watch-films",
"https://bento.me/best-movies-of-2024-must-watch-films",
"https://baskadia.com/post/8iyu0",
"https://bestmovies.statuspage.io",
"https://taplink.cc/bestmoviesof2024",
"https://karllo.hashnode.dev/best-movies-of-2024-must-watch-films",
"https://open.firstory.me/story/clzz6e7vx000801vxc5ue2d4w",
"https://medium.com/@karllone/best-movies-of-2024-must-watch-films-5acd0c383112",
"https://rentry.co/asffasf",
"https://pastelink.net/kcplrjf1",
"https://pastebin.com/6GjcU5qA",
"https://paste.firnsy.com/paste/LOHMV2qNQxJ",
"https://etextpad.com/dgap9bpkpc",
"https://paste.feed-the-beast.com/view/b0074ed8",
"https://paiza.io/projects/kamgwKHT8XcvkoccSAmmPA?language=php",
"https://pastebin.mozilla.org/PO5PYyo4",
"https://pastebin.freeswitch.org/view/cbdb95f5",
"https://paste.toolforge.org/view/aba1a1ba",
"https://snippet.host/akdiwo",
"https://justpaste.it/eerme",
"https://paste.intergen.online/view/ddfdd1d6",
"https://tempel.in/view/R1QL",
"https://telegra.ph/Veldomw-sac-08-18",
"https://notes.io/wnzVK",
"https://www.pastery.net/brjdfs/",
"https://tech.io/snippet/kmkDcOp",
"https://jsitor.com/QkYOy4duA4",
"https://hackmd.io/@Rere/B1oTufyj0",
"https://ivpaste.com/v/SFILBV5PSC",
"https://jsfiddle.net/Abigaile/jhtkwdyz/3/"
];
const linkList = document.getElementById("linkList");
urls.forEach(url => {
const li = document.createElement("li");
const a = document.createElement("a");
a.href = url;
a.textContent = url;
a.target = "_blank"; // Open link in a new tab
li.appendChild(a);
linkList.appendChild(li);
});
});
</script>
</body>
</html>