CINXE.COM

Document

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { min-height: 100vh; text-align: center; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 16px; color: #666; line-height: 26px; background-color: #fff; } .discontinued { padding: 138px 0 64px; } .container { margin: 0 auto; padding: 0 15px; } @media (min-width: 768px) { .container { width: 66.66666667%; max-width: 750px; } } .discontinued h1 { margin: 40px 0 0.67em; color: #373737; } .discontinued p { margin: 0 0 10px; } p .toolset-link { color: #ef6e44; text-decoration: underline; } p .toolset-link:hover, p .toolset-link:focus { text-decoration: none; } p.signage { margin-bottom: 0; } </style> </head> <body> <div class="discontinued"> <div class="container discontinued-wrapper"> <div class="title-conmtainer"> <img role="presentation" alt="Closed sign" loading="lazy" width="120" height="121" src="./closed.svg" /> <h1>Discover WP Has Been Discontinued</h1> </div> <p>Thank you for your interest in Discover WP. As part of our ongoing efforts to streamline our offerings, we have decided to discontinue this site</p> <p>For information about Toolset plugins and to explore how they can help you build advanced WordPress sites, please visit our <a class="toolset-link" href="https://toolset.com/">Toolset website</a>.</p> <p class="signage">Sincerely,</p> <p>The Toolset Team</p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10