|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <title>Restore Dark Reader Key</title> |
| 7 | + <meta name="theme-color" content="#141e24"> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | + <link rel="shortcut icon" href="/images/icon-256.png"> |
| 10 | + <meta property="og:type" content="website"> |
| 11 | + <meta property="og:site_name" content="Dark Reader"> |
| 12 | + <meta property="og:url" content="https://darkreader.org/plus/key"> |
| 13 | + <meta property="og:title" content="Restore Dark Reader Key"> |
| 14 | + <meta property="og:image" content="https://darkreader.org/plus-palette.png"> |
| 15 | + <meta property="og:description" content="Restore Dark Reader Plus activation key."> |
| 16 | + <meta name="description" content="Restore Dark Reader Plus activation key."> |
| 17 | + <link rel="stylesheet" href="../style.css"> |
| 18 | + <link rel="stylesheet" href="style.css"> |
| 19 | + <script src="script.js" type="module"></script> |
| 20 | +</head> |
| 21 | + |
| 22 | +<body> |
| 23 | + <h1 class="title"> |
| 24 | + <span class="title-darkreader">Dark Reader</span> |
| 25 | + </h1> |
| 26 | + |
| 27 | + <p class="description"> |
| 28 | + Restore activation key<br> |
| 29 | + </p> |
| 30 | + |
| 31 | + <form> |
| 32 | + <input type=" email" class=" js-email" placeholder=" [email protected]" > |
| 33 | + <button class="js-submit"> |
| 34 | + Restore |
| 35 | + </button> |
| 36 | + <label class="js-result"></label> |
| 37 | + </form> |
| 38 | + |
| 39 | + <section> |
| 40 | + <p> |
| 41 | + For any questions please <a href=" mailto:[email protected]?subject=[Plus]%20Key" >contact us </a>. |
| 42 | + </p> |
| 43 | + <p> |
| 44 | + <a href="/terms/">Terms of Use</a> |
| 45 | + </p> |
| 46 | + </section> |
| 47 | + |
| 48 | + <footer> |
| 49 | + © 2025 Dark Reader Ltd<br> |
| 50 | + Dark Reader Ltd is registered in England and Wales (Company No 13594380), |
| 51 | + Suite 746 Unit 3A, 34-35 Hatton Garden, London, EC1N 8DX, United Kingdom |
| 52 | + </footer> |
| 53 | + |
| 54 | + <script type="module" src="/elements/stats.js"></script> |
| 55 | + |
| 56 | +</body> |
| 57 | + |
| 58 | +</html> |
0 commit comments