<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Debrief</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
margin: 0;
padding: 40px 20px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
color: #111;
line-height: 1.6;
}
h1 {
font-size: 40px;
margin-bottom: 10px;
}
h2 {
margin-top: 40px;
}
a {
color: #555;
}
</style>
</head>
<body>
<h1>👀 Debrief</h1>
<p>
The best nights deserve a debrief. Capture every moment from everyone’s perspective,
then relive it together the next day.
</p>
<h2>Support</h2>
<p>
For help, questions, or issues with the Debrief app, contact us at:
</p>
<p>
<a href="mailto:debriefthenight@gmail.com">debriefthenight@gmail.com</a>
</p>
<h2>Legal</h2>
<p>
<a href="/privacy.html">Privacy Policy – Debrief</a><br>
<a href="/terms.html">Terms of Service – Debrief</a>
</p>
</body>
</html>