mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* emails: use an https image for the logo Some mail clients do not like http images. * emails: use an https:// link for "getting started" * email: doc.grafana.com for Getting Started link review suggestions from https://github.com/grafana/grafana/pull/25957 Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
49 lines
890 B
HTML
49 lines
890 B
HTML
[[Subject .Subject "Welcome to Grafana"]]
|
|
|
|
<table class="row">
|
|
<tr>
|
|
<td class="wrapper last">
|
|
|
|
<table class="twelve columns">
|
|
<tr>
|
|
<td>
|
|
<h4>Hi [[.Name]],</h4>
|
|
</td>
|
|
<td class="expander"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Welcome! Ready to start building some beautiful metric and analytic dashboards?
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="row">
|
|
<tr>
|
|
<td class="wrapper last">
|
|
<table class="twelve columns">
|
|
<tr>
|
|
<td class="center">
|
|
<p>
|
|
If you are new to Grafana please read the <a href="https://docs.grafana.com/guides/gettingstarted/">Getting Started</a> guide.
|
|
</p>
|
|
</td>
|
|
<td class="expander"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Thank you for joining our community.
|
|
<br />
|
|
<p>The Grafana Team</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|