PHP Classes

File: templates/home/about.html.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   GetMeALatte   templates/home/about.html.php   Download  
File: templates/home/about.html.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: GetMeALatte
Promote a product to be sold to a crowd
Author: By
Last change:
Date: 1 year ago
Size: 320 bytes
 

Contents

Class file image Download
<div class="center">
    <h3 class="blue-text">
        About Us
    </h3>

    <p>
        This <?= $siteName ?> helps developers to support their projects.
    </p>

    <p>
        If you wish to contact us, feel free to drop an email at <a href="mailto:<?= $contactEmail ?>"><?= $contactEmail ?></a>
    </p>
</div>