| Giorgi Lekveishvili | 081f18f | 2023-11-07 14:58:10 +0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en" data-theme="light"> |
| 3 | <head> |
| 4 | <link rel="stylesheet" href="/static/pico.min.css"> |
| 5 | <meta charset="utf-8" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | </head> |
| 8 | <body> |
| 9 | <div style="display: contents"> |
| 10 | <main class="container"> |
| 11 | Environment for {{ .Domain }} is being configured. In few minutes go to <a href="https://welcome.{{ .Domain }}">https://welcome.<b>{{ .Domain }}</b></a> to set up administrative account. |
| 12 | </main> |
| 13 | </div> |
| 14 | </body> |
| 15 | </html> |