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.

removed staus

+3 -10
+1 -2
domaintakendmcom.html
··· 9 9 10 10 <script src="https://cdn.tailwindcss.com"></script> 11 11 </head> 12 - <script src="/status.js"></script> 13 12 </head> 14 13 <body> 15 14 <div id="__next"> ··· 21 20 </a> 22 21 </div> 23 22 </header> 24 - <status-banner></status-banner> 23 + 25 24 <div class="w-9/10 max-w-md mx-auto"> 26 25 <h3 id="what-is-tsnet" class="mb-2 mt-5 text-xl font-medium first:mt-0">Whoops, That Domain is taken!</h3> 27 26 <p>
+1 -2
domaintakenmbd.html
··· 9 9 10 10 <script src="https://cdn.tailwindcss.com"></script> 11 11 </head> 12 - <script src="/status.js"></script> 13 12 </head> 14 13 <body> 15 14 <div id="__next"> ··· 21 20 </a> 22 21 </div> 23 22 </header> 24 - <status-banner></status-banner> 23 + 25 24 <div class="w-9/10 max-w-md mx-auto"> 26 25 <h3 id="what-is-tsnet" class="mb-2 mt-5 text-xl font-medium first:mt-0">Whoops, That Domain is taken!</h3> 27 26 <p>
-2
index.html
··· 18 18 <link rel="me" href="https://mastodon.social/@danielmorrisey"/> 19 19 <link rel="icon" type="image/x-icon" href="https://public-danielmorrisey-com.danielmorrisey.com/media/icon.jpg"> 20 20 <script src="https://cdn.tailwindcss.com"></script> 21 - <script src="/status.js"></script> 22 21 23 22 24 23 </head> ··· 33 32 </a> 34 33 </div> 35 34 </header> 36 - <status-banner></status-banner> 37 35 <div class="w-9/10 max-w-md mx-auto"> 38 36 <h3 id="#" class="mb-2 mt-5 text-xl font-medium first:mt-0">Hello World!</h3> 39 37 <p>
+1 -2
leaving.html
··· 11 11 <!-- External CSS --> 12 12 <!-- Tailwind CSS CDN --> 13 13 <script src="https://cdn.tailwindcss.com"></script> 14 - <script src="/status.js"></script> 15 14 16 15 </head> 17 16 <body class="bg-white text-gray-800"> ··· 26 25 </a> 27 26 </div> 28 27 </header> 29 - <status-banner></status-banner> 28 + 30 29 31 30 <!-- Content --> 32 31 <main class="w-9/10 max-w-md mx-auto text-center">
-2
search.html
··· 4 4 <meta charSet="utf-8"/> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 6 6 <title>Search Text Bites - Daniel Morrisey</title> 7 - <script src="/status.js"></script> 8 7 <meta name="description" content="Search through Daniel Morrisey's Text Bites"/> 9 8 <meta name="keywords" content="Danile Morrisey, Danny Morrisey, MBD, Made by Danny, Made by Danny UK"/> 10 9 <meta name="author" content="Daniel Morrisey"/> ··· 29 28 </a> 30 29 </div> 31 30 </header> 32 - <status-banner></status-banner> 33 31 <div class="w-9/10 max-w-md mx-auto"> 34 32 <!-- Search Bar --> 35 33 <div class="mb-5">
status.html

This is a binary file and will not be displayed.