123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Delete Social Media</title>
- <meta name="description" content="On the Internet, nobody knows you're a dog.">
- <!-- Open Graph (Facebook, LinkedIn, Slack, etc.) -->
- <meta property="og:title" content="Delete Social Media">
- <meta property="og:description" content="On the Internet, nobody knows you're a dog.">
- <meta property="og:image" content="https://www.deletesocialmedia.org/images/internet.card.png">
- <meta property="og:url" content="https://www.deletesocialmedia.org">
- <meta property="og:type" content="website">
- <!-- Twitter Card -->
- <meta name="twitter:card" content="summary_large_image">
- <meta name="twitter:title" content="Delete Social Media">
- <meta name="twitter:description" content="On the Internet, nobody knows you're a dog.">
- <meta name="twitter:image" content="https://www.deletesocialmedia.org/images/internet.card.png">
- <style>
- html, body {
- background-color: #ebe7de;
- margin: 0;
- padding: 0;
- }
- .root {
- align-items: center;
- display: flex;
- height: 100vh;
- justify-content: center;
- }
- img {
- height: auto;
- max-height: 100%;
- max-width: 100%;
- width: auto;
- }
- </style>
- </head>
- <body>
- <div class="root">
- <img
- src="./images/internet.sm.png"
- 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.'"
- />
- </div>
- <script defer src="https://analytics.aneur.in/script.js" data-website-id="65c55f27-e25a-4e1c-9682-df38f43df1d5"></script>
- </body>
- </html>
|