Mailspring/examples/N1-Send-Availability/backend/templates/event_email.html
Drew Regitsky abb6378bd5 fix(examples): revamp/fix Send-Availability, change URL to live Heroku link
Summary:
Several fixes and updates the the Send Availability example package. Switches from
using `electron-safe-ipc` to using `protocol.RegisterStringProtocol` to communicate
with the child window. Changes the URLs in the package from localhost to our live
demo backend.

Test Plan: manual

Reviewers: bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2271
2015-11-19 18:16:38 -08:00

14 lines
383 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
</style>
</head>
<body>
<h1 class="title"><span style="color:#AAA">Invitation:</span> {{ event.title }}</h1>
<h3 class="location"><span style="color:#AAA">Location:</span> {{ event.location }}</h3>
<div class="description">{{ event.description }}</div>
</body>
</html>