diff --git a/randomizermodule.py b/randomizermodule.py.old
similarity index 100%
rename from randomizermodule.py
rename to randomizermodule.py.old
diff --git a/websitemodule.py b/websitemodule.py
new file mode 100644
index 0000000..7b6e5af
--- /dev/null
+++ b/websitemodule.py
@@ -0,0 +1,142 @@
+import os
+import random
+import requests
+
+# Ana kod Halhadus tarafından yazılmış ve DeepSeek-R1 tarafından optimize ve stilize edilmiştir.
+
+def randomize(listurl):
+ # Veri çekme ve temizleme
+ musiclist = requests.get(listurl).text.split("\n")
+ musiclist = [m.strip() for m in musiclist if m.strip() != ""]
+
+ # HTML başlangıç template'i
+ html = """
+
+