* feat: remove 90% of hardcoded dev.to links now * chore: update tests * chore: implement suggested changes * chore: update url * chore: update to use URL helper
18 lines
719 B
HTML
18 lines
719 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(local) 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="http://localhost:3000/settings/notifications">click here</a>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|