The HTML files displayed at pds.madeydanny.uk pds.madebydanny.uk
at main 93 lines 3.9 kB view raw
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Terms of Service - rose.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://rose.madebydanny.uk/"> 12 <meta property="og:image" id="og-image" content="/media/seo/terms.png"> 13 <style> 14 body { 15 background-color: #0d0d0d; 16 color: #f0f0f0; 17 font-family: 'Courier New', monospace; 18 padding: 2rem; 19 max-width: 800px; 20 margin: 0 auto; 21 line-height: 1.7; 22 } 23 h1 { 24 color: #4eaaff; 25 font-size: 2rem; 26 border-bottom: 2px solid #4eaaff; 27 padding-bottom: 0.5rem; 28 } 29 h2 { 30 color: #82cfff; 31 margin-top: 2rem; 32 font-size: 1.3rem; 33 } 34 a { 35 color: #4eaaff; 36 text-decoration: none; 37 } 38 a:hover { 39 text-decoration: underline; 40 } 41 .warning { 42 background: #1a1a1a; 43 border-left: 4px solid #ff4444; 44 padding: 1rem; 45 margin: 1.5rem 0; 46 } 47 code { 48 background: #1a1a1a; 49 padding: 0.2rem 0.5rem; 50 border-radius: 3px; 51 color: #82cfff; 52 } 53 .timestamp { 54 color: #666; 55 font-size: 0.9rem; 56 } 57 </style> 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> 65 If you fail to comply with our TOS you will be warned, via an Email and/or a Bluesky DM, after 3 warnings your account will be deleted. 66 <br><br> 67 Let me be clear: <b>every post, like, follow, and profile detail is PUBLIC</b>. The AT Protocol is locked open. If you post something, assume the entire internet can see it. Forever. Act accordingly. 68 <br><br> 69 Your data lives here on this PDS, but it also federates across the AT Protocol network. Anyone can see anything using tools like <a href="https://pdsls.dev">pdsls.dev</a>. 70 <br><br> 71 I can delete your account at any time for any reason. Because I own this server and pay for it, I have the right to do whatever I want on/to it. 72 <br><br> 73 </p> 74 <h2>Content Rules</h2> 75 <ul> 76 <li>No illegal content</li> 77 <li>No child sexual abuse material (CSAM)</li> 78 <li>No harassment, doxxing, or abuse</li> 79 <li>No spam or bot networks</li> 80 <li>No impersonation of others</li> 81 <li>No sharing of private information without consent</li> 82 <li>No promotion of violence or hate speech</li> 83 </ul> 84 <p> 85 Break these rules and your account will be deleted after 3 warnings. 86 <br><br> 87 <b>These terms will change without notice.</b> 88 By using the MBD PDS you agree to the terms listed above. 89 </p> 90 <p style="margin-top: 3rem;"><a href="/">← Back to home</a></p> 91 <p>&copy; 2024-2025 Made by Danny UK, <i>by <a>Daniel Morrisey</a></i> - Powered by Resend, UpCloud and Cloudflae</p> 92</body> 93</html>