email fix console

This commit is contained in:
Reihan 2025-05-01 00:34:58 +07:00
parent 693f672349
commit 5176fd0ff4

11
app.py
View File

@ -321,15 +321,10 @@ def send_email():
margin-bottom: 20px; margin-bottom: 20px;
" "
> >
<a style="color: #0ce87e; text-decoration: none" href="https://gpu.vertexgpu.com"
>https://gpu.vertexgpu.com</a
>
<table style="width: 100%; border-collapse: collapse"> <table style="width: 100%; border-collapse: collapse">
<tr>
<td style="padding: 8px 0; color: #808080">Server URL:</td>
<td style="padding: 8px 0; text-align: right">
<a style="color: #0ce87e; text-decoration: none" href="https://gpu.vertexgpu.com"
>https://gpu.vertexgpu.com</a
>
</td>
</tr>
<tr> <tr>
<td style="padding: 8px 0; color: #808080">Username:</td> <td style="padding: 8px 0; color: #808080">Username:</td>
<td style="padding: 8px 0; text-align: right">{usernamedb}</td> <td style="padding: 8px 0; text-align: right">{usernamedb}</td>