37 lines
No EOL
1.5 KiB
HTML
37 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; background: #f3f4f6; padding: 2rem; }
|
|
.email { max-width: 600px; margin: 0 auto; background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 2rem; }
|
|
h2 { color: #111827; }
|
|
hr { border: none; border-top: 1px solid #ddd; margin: 1.5rem 0; }
|
|
.footer { font-size: 0.9rem; color: #555; }
|
|
.footer img { max-width: 200px; margin-top: 1rem; display: block; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="email">
|
|
<h2>Your theme song request is received</h2>
|
|
<p>Hi Craig,</p>
|
|
<p>Thanks for stopping by the Trollgorithm Theme Song Booth! We've received your request and will start crafting your custom song soon.</p>
|
|
<p><strong>Here's what we have on file:</strong></p>
|
|
<ul>
|
|
<li>Name: Craig</li>
|
|
<li>Email: craig@example.com</li>
|
|
<li>Style / genre: Country Metal</li>
|
|
<li>Preferred singer voice / gender: male</li>
|
|
<li>Hobbies: Dungeons and dragons, Video Games, family</li>
|
|
<li>Notable facts: Cattle Rancher, chalk artist, loves "Ted Lasso" TV Show, Lives on Nickel Valley Ranch</li>
|
|
<li>Extra requests: -</li>
|
|
</ul>
|
|
<p>You'll get another email with a private link to preview two versions of your song when they're ready.</p>
|
|
<p>— Trollgorithm / Dionysis Media</p>
|
|
<hr>
|
|
<div class="footer">
|
|
<img src="file:///mnt/Storage/DM-Logo.png" alt="Dionysis Media">
|
|
<p>Dionysis Media: stories, sound, and a little divine chaos — <a href="https://dionysismedia.ca/">https://dionysismedia.ca/</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |