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

Configure Feed

Select the types of activity you want to include in your feed.

added PDSls

+2 -1
.DS_Store

This is a binary file and will not be displayed.

+1 -1
404.html
··· 3 3 <head> 4 4 <title>404 Not Found</title> 5 5 <meta charset="UTF-8"> 6 - <link rel ="stylesheet" href="/css/styles.css"> 6 + <link rel ="stylesheet" href="/css/index.css"> 7 7 </head> 8 8 <body> 9 9 <h1>404 Not Found</h1>
+1
js/bsky.js
··· 13 13 { name: "Bitchsky", base: "https://bitchsky.app/profile/", icon: "https://cdn.madebydanny.uk/user-content/2025-11-08/1762619931978_android_base.svg", cls: "bitch" }, 14 14 { name: "Red Dwarf ", base: "https://reddwarf.app/profile", icon: "https://western-na-cdn.madebydanny.uk/user-content/2025-11-09/1762732194596_favicon.ico", cls: "redd" }, 15 15 { name: "plyr.fm", base: "https://plyr.fm/u/", icon: "https://mbdio.uk/xrpc/com.atproto.sync.getBlob?did=did:plc:l37td5yhxl2irrzrgvei4qay&cid=bafkreicpbbriebe36n4tree2wxt6nnd4cceiaym4ujxa56eyjqy5wv2ugy", cls: "redd" }, 16 + { name: "PDSls", base: "https://pdsls.dev/at://", icon: "https://mbdio.uk/xrpc/com.atproto.sync.getBlob?did=did:plc:l37td5yhxl2irrzrgvei4qay&cid=bafkreiaxhayvk2dsjzvnfet7y24clx4xcfpliwzi2t6i4lzs5tjupjsb3i", cls: "bsky" }, 16 17 ]; 17 18 18 19 const avatarEl = document.getElementById('avatar');