polite-email-popup
Version:
A polite email popup
29 lines • 973 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Polite Email Popup</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css?v=56790">
<link rel="stylesheet" href="/demo/css/front-page.css?v=56790">
</head>
<body>
<div>
<div class="intro">
<div>Make sure visitors actually like your website before asking for their email address.</div>
<div>Introducing...</div>
<img src="/demo/images/polite-logo-full-color.svg">
</div>
<div class="links">
<div>
<a href="/generate">⚡️ Generate a Polite Popup for Your Website!</a>
</div>
<div>
<a href="/demo">👉 Try the demo</a>
</div>
<div>
<a href="https://docs.google.com/document/d/1zBnJ2lj0PW0lkdfggaJytKFnDkggymcDGi4iG09FqPc/edit?usp=sharing" target="_blank">👩💻 Read all about it</a>
</div>
</div>
</div>
</body>
</html>