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 tos

+35
+35
tos.html
··· 1 + <!DOCTYPE html> 2 + <html> 3 + <head> 4 + <meta charSet="utf-8"/> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 + <title>Privacy Policy</title> 7 + 8 + <meta name="robots" content="noindex, nofollow"> 9 + 10 + <script src="https://cdn.tailwindcss.com"></script> 11 + </head> 12 + <body> 13 + <div id="__next"> 14 + <div> 15 + <header class="flex flex-col items-center py-12 md:py-16"> 16 + <div class="mb-8"> 17 + <a href="#" class="flex flex-row items-center"> 18 + </a> 19 + </div> 20 + </header> 21 + <div class="w-9/10 max-w-md mx-auto"> 22 + <h3 id="what-is-tsnet" class="mb-2 mt-5 text-xl font-medium first:mt-0">Privacy Policy</h3> 23 + <p> 24 + We use cookies such as <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">Google Analytics 4</code> and <code class="rounded-lg border bg-gray-50 px-1 py-0.5 text-sm">Cloudflare Analytics</code> to collect data such as Page Views, Soucres and More. 25 + </p> 26 + </div> 27 + <div class="w-9/10 max-w-md mx-auto"> 28 + <br><br> 29 + <p>&copy; 2024-<span id="currentYear"></span> <a href="/leaving.html?link=https://madebydanny.uk" class="text-blue-600 transition-colors hover:text-blue-800">Made by Danny UK</a> <i>by Daniel Morrisey</i></p> 30 + </div> 31 + </div> 32 + </div> 33 + <script src="/script/main.js"></script> 34 + </body> 35 + </html>