This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(...) | |
@ 10800 IN SPF "v=spf1 include:eu.mailgun.org ~all" | |
@ 10800 IN MX 10 mxa.eu.mailgun.org. | |
@ 10800 IN MX 10 mxb.eu.mailgun.org. | |
email.mg 10800 IN CNAME eu.mailgun.org. | |
k1._domainkey.mg 1800 IN TXT "k=rsa; p=+p4jtnrJalB....AY8" "CpkPypg0...Zq" "BFw93cc...rwIDAQAB" | |
mg 1800 IN TXT "v=spf1 include:eu.mailgun.org ~all" | |
www 10800 IN CNAME webredir.gandi.net. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Main card --> | |
<div class="card card-default"> | |
<!-- Header card--> | |
<div class="card card-header"> | |
<h2>{{ card_title }}</h2> | |
<p class="lead text-justify"> | |
{{ card_description }} | |
</p> |