Fixed source section location on website module

This commit is contained in:
Halhadus 2025-02-08 01:37:53 +03:00
parent da16480e75
commit 14404d0525

View file

@ -66,15 +66,11 @@ def randomize(listurl): # Data fetching and
</head>
<body style="background-color: #1f1f1f; color: #ffffff; font-family: 'JetBrains Mono', monospace;">
<div style="max-width: 800px; margin: 0 auto; padding: 20px;">
<!-- Source Banner -->
<div class="source-banner">
<a href="https://git.halhadus.rocks/Halhadus/my-music-list"
style="color: #ffffff; text-decoration: none;">
[ 📜 Source Code & History ]
</a>
</div>
<h1>Music List</h1>
<!-- Source Banner --> <div class="source-banner"> <a href="https://git.halhadus.rocks/Halhadus/my-music-list" style="color: #ffffff; text-decoration: none;"> [ 📜 Source Code & History ]
</a> </div>
<!-- Control Buttons -->
<div style="margin-bottom: 30px; display: flex; gap: 10px;">
<button onclick="window.location.href = 'https://halhadus.rocks/index.html'"
@ -137,4 +133,4 @@ def randomize(listurl): # Data fetching and
</body>
</html>"""
return html
return html