This repository has been archived on 2025-12-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SpeedTest-php/contact.php
Yehuda Eisenberg d6e5daa68c init commit
2020-01-01 22:13:35 +02:00

14 lines
564 B
PHP

<html>
<?php require_once ('inc/head.php')?>
<body>
<?php require_once ('inc/menu.php')?>
<div class="container">
<div class="pages">
<h1>Contact Us | צור קשר</h1>
<span dir="rtl" style="float:right;">זקוק לעזרה? צור קשר דרך <a href="mailto:yehuda.telegram@gmail.com?subject=speed-test">yehuda.telegram@gmail.com</a></span>
<span>Need help? contact in <a href="mailto:yehuda.telegram@gmail.com?subject=speed-test">yehuda.telegram@gmail.com</a></span>
</div>
</div>
<?php require_once ('inc/footer.php')?>
</body>
</html>