-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.php
51 lines (37 loc) · 1 KB
/
support.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php require 'src/config.php'; ?>
<html>
<head>
<!-- Head -->
<?php require 'src/theme/head.php'; ?>
<!-- Titulo de la web -->
<title>Support - TilingScan</title>
</head>
<body>
<!-- Head -->
<?php require 'src/theme/menu.php'; ?>
<!-- Principal -->
<div class="main" align="center">
<!-- Espacios -->
<br><br>
<!-- Titulo -->
<span class="h1">Support</span><br><br>
<!-- Descripcion -->
<span class="h2">Do you need help? Want to report an issue? Contact us: </span>
<!-- Espacios -->
<br><br><br>
<!-- Tabla -->
<div align="center">
<!-- Celda Soporte
<div class="table-cell">
<a href="mailto:[email protected]" class="table-btn background-blue">[email protected]</a>
</div>
-->
<div class="table-btn background-green">[email protected]</div>
</div>
</div>
<!-- Espacios -->
<br><br>
<!-- Pie de pagina -->
<?php require 'src/theme/foot.php'; ?>
</body>
</html>