···4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Terms of Service - pds.madebydanny.uk</title>
0000007 <style>
8 body {
9 background-color: #0d0d0d;
···52</head>
53<body>
54 <h1>// MBD PDS Terms of Service</h1>
55- <p class="timestamp">ast Updated Dec 11 14:41 EST (GMT-5:00)</p>
56 The MBD PDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules.
57 <br><br>
58 <p>
···4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Terms of Service - pds.madebydanny.uk</title>
7+ <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" />
8+ <meta property="og:title" content="MBD PDS Terms of Service">
9+ <meta property="og:description" id="og-description" content= "The MBD PDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules.">
10+ <meta property="og:type" content="website">
11+ <meta property="og:url" content="https://pds.madebydanny.uk/">
12+ <meta property="og:image" id="og-image" content="/media/seo/terms.png">
13 <style>
14 body {
15 background-color: #0d0d0d;
···58</head>
59<body>
60 <h1>// MBD PDS Terms of Service</h1>
61+ <p class="timestamp">Last Updated Dec 11 14:41 EST (GMT-5:00)</p>
62 The MBD PDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules.
63 <br><br>
64 <p>
+2-2
index.html
···3 <head>
4 <meta charset="UTF-8" />
5 <title>MBD PDS - pds.madebydanny.uk</title>
6- <link rel="icon" id="favicon" href="/media/icon.png" type="image/png" />
7 <meta property="og:title" content="MBD PDS - pds.madebydanny.uk">
8 <meta property="og:description" id="og-description" content="This is an AT Protocol Personal Data Server (PDS) hosted on UpCloud maintained by @madebydanny.uk">
9 <meta property="og:type" content="website">
10 <meta property="og:url" content="https://pds.madebydanny.uk/">
11- <meta property="og:image" id="og-image" content="/media/og-image.png">
12 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
13 <link rel="stylesheet" href="/css/index.css" />
14 </head>
···3 <head>
4 <meta charset="UTF-8" />
5 <title>MBD PDS - pds.madebydanny.uk</title>
6+ <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" />
7 <meta property="og:title" content="MBD PDS - pds.madebydanny.uk">
8 <meta property="og:description" id="og-description" content="This is an AT Protocol Personal Data Server (PDS) hosted on UpCloud maintained by @madebydanny.uk">
9 <meta property="og:type" content="website">
10 <meta property="og:url" content="https://pds.madebydanny.uk/">
11+ <meta property="og:image" id="og-image" content="/media/seo/og-image.png">
12 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
13 <link rel="stylesheet" href="/css/index.css" />
14 </head>