-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpreview_6_feedback_received.html
More file actions
executable file
·42 lines (40 loc) · 2.23 KB
/
preview_6_feedback_received.html
File metadata and controls
executable file
·42 lines (40 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { font-size: 16px; text-align: center; max-width: 600px; margin: 0 auto; padding: 30px; border-radius: 15px; }
p { font-size: 16px; line-height: 1.8; color: #d4d4d8; text-align: left; margin: 0; }
.footer { margin-top: 30px; font-size: 14px; color: #a1a1aa; }
.logo-container { text-align: center; margin-bottom: 20px; }
.logo { max-width: 140px; margin-bottom: 10px; }
.mainHeader { font-family: 'Space Mono', monospace; font-size: 32px; color: #f59e0b; font-weight: bold; text-align: center; letter-spacing: 1px; margin-top: 10px; }
.section { margin-top: 20px; text-align: left; background-color: #1F2937; padding: 20px; border-radius: 10px; }
.section p + p { margin-top: 1em; }
strong { color: #f59e0b; }
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#111827" align="center" style="padding: 20px 0;">
<div class="container" style="background-color: #111827; border: 1px solid #374151;">
<div class="logo-container">
<img src="https://showready.k-p.video/logo.png" alt="ShowReady Logo" class="logo" />
</div>
<div class="mainHeader">New Feedback Received</div>
<div class="section">
<p><strong>From:</strong> Justin Case</p>
<p><strong>Type:</strong> Bug Report</p>
</div>
<div class="section">
<p><strong>Message:</strong></p>
<p>The flux capacitor is not fluxing correctly when I hit 88mph.</p>
</div>
<p class="footer">This feedback was submitted through the global feedback button.</p>
</div>
</td>
</tr>
</table>
</body>
</html>