index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Delete Social Media</title>
  5. <meta name="description" content="On the Internet, nobody knows you're a dog.">
  6. <!-- Open Graph (Facebook, LinkedIn, Slack, etc.) -->
  7. <meta property="og:title" content="Delete Social Media">
  8. <meta property="og:description" content="On the Internet, nobody knows you're a dog.">
  9. <meta property="og:image" content="https://www.deletesocialmedia.org/images/internet.card.png">
  10. <meta property="og:url" content="https://www.deletesocialmedia.org">
  11. <meta property="og:type" content="website">
  12. <!-- Twitter Card -->
  13. <meta name="twitter:card" content="summary_large_image">
  14. <meta name="twitter:title" content="Delete Social Media">
  15. <meta name="twitter:description" content="On the Internet, nobody knows you're a dog.">
  16. <meta name="twitter:image" content="https://www.deletesocialmedia.org/images/internet.card.png">
  17. <style>
  18. html, body {
  19. background-color: #ebe7de;
  20. margin: 0;
  21. padding: 0;
  22. }
  23. .root {
  24. align-items: center;
  25. display: flex;
  26. height: 100vh;
  27. justify-content: center;
  28. }
  29. img {
  30. height: auto;
  31. max-height: 100%;
  32. max-width: 100%;
  33. width: auto;
  34. }
  35. </style>
  36. </head>
  37. <body>
  38. <div class="root">
  39. <img
  40. src="./images/internet.sm.png"
  41. alt="There are two robots in an office. One robot is seated at a computer, speaking to the other robot standing beside it. The seated robot says, 'On the Internet, nobody knows you're a dog.'"
  42. />
  43. </div>
  44. <script defer src="https://analytics.aneur.in/script.js" data-website-id="65c55f27-e25a-4e1c-9682-df38f43df1d5"></script>
  45. </body>
  46. </html>