11 lines
320 B
HTML
11 lines
320 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Integrate MailChimp</title>
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/spectre.css/0.1.25/spectre.min.css" rel="stylesheet" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<a class="btn btn-primary" href="/mailchimp/auth/authorize">Connect with MailChimp</a>
|
|
</body>
|
|
</html>
|