* Update unsubscribed page's copy and css * Create view spec for email_subscriptions/unsubscribe * Update unsubscribed's page copy * Prevent search-engine crawlers
18 lines
705 B
HTML
18 lines
705 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="robots" content="noindex" />
|
|
</head>
|
|
<body>
|
|
<div class="unsubscribed">
|
|
<div class="unsubscribed__title">
|
|
You have been unsubscribed from DEV digest emails. 😔
|
|
</div>
|
|
<br /><div class="unsubscribed__message">
|
|
You will no longer receive emails like this. If you'd like to re-subscribe or manage your full email preferences, please
|
|
<a href="https://dev.to/settings/notifications">click here</a>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|