madebydanny.uk written in html, css, and a lot of JavaScript I don't understand madeydanny.uk
html css javascript

fixed the pds issue

+2 -2
+1 -1
cdn.html
··· 470 470 </div> 471 471 472 472 <hr> 473 - <p><b>Quick Links:</b></p> 473 + <p><b>Social Links:</b></p> 474 474 <div id="social-links"></div> 475 475 <hr> 476 476 <div id="site-footer"></div>
+1 -1
js/script.js
··· 3 3 const MUSIC_DID = 'did:plc:l37td5yhxl2irrzrgvei4qay'; 4 4 5 5 async function fetchMusicStatus() { 6 - const url = `https://selfhosted.social/xrpc/com.atproto.repo.getRecord?repo=${MUSIC_DID}&collection=fm.teal.alpha.actor.status&rkey=self`; 6 + const url = `https://rose.madebydanny.uk/xrpc/com.atproto.repo.getRecord?repo=${MUSIC_DID}&collection=fm.teal.alpha.actor.status&rkey=self`; 7 7 try { 8 8 const response = await fetch(url); 9 9 if (!response.ok) {