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

updated url linking

+2 -2
+1 -1
cdn/how-it-works.html
··· 178 178 <div class="step-num">4</div> 179 179 <div class="step-body"> 180 180 <h3>You get a public URL</h3> 181 - <p>A permanent <code style="font-size:0.8rem;color:var(--link)">public-cdn.madebydanny.uk</code> link is returned instantly. Anyone with it can access the file - served from whichever Cloudflare PoP is closest to them.</p> 181 + <p>A permanent <code style="font-size:0.8rem;color:var(--link)">cdn.madebydanny.uk</code> link is returned instantly. Anyone with it can access the file - served from whichever Cloudflare PoP is closest to them.</p> 182 182 </div> 183 183 </div> 184 184 </div>
+1 -1
cdn/index.html
··· 628 628 <button class="tab-btn active" onclick="switchTab('upload', this)"> 629 629 <i class="fa-solid fa-cloud-arrow-up"></i> Upload 630 630 </button> 631 - <a class="tab-btn" href="/cdn/about.html"> 631 + <a class="tab-btn" href="about.html"> 632 632 <i class="fa-solid fa-circle-info"></i> About 633 633 </a> 634 634 <a class="tab-btn" href="how-it-works.html">