tangled
alpha
login
or
join now
danielmorrisey.com
/
website
1
fork
atom
madebydanny.uk written in html, css, and a lot of JavaScript I don't understand
madeydanny.uk
html
css
javascript
1
fork
atom
overview
issues
pulls
pipelines
fixed the pds issue
Daniel Morrisey
1 month ago
37068e0a
11fc6a70
+2
-2
2 changed files
expand all
collapse all
unified
split
cdn.html
js
script.js
+1
-1
cdn.html
···
470
470
</div>
471
471
472
472
<hr>
473
473
-
<p><b>Quick Links:</b></p>
473
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
6
-
const url = `https://selfhosted.social/xrpc/com.atproto.repo.getRecord?repo=${MUSIC_DID}&collection=fm.teal.alpha.actor.status&rkey=self`;
6
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) {