-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
executable file
·45 lines (45 loc) · 1.74 KB
/
thanks.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>XTractor | Descarga Masiva de Comprobantes Electrónicos</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/utilities.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Navbar -->
<div class="navbar" itemscope itemtype="https://schema.org/WebAPI">
<div class="container flex">
<h1 class="logo"><span itemprop="name">XTractor</span><span itemprop="isRelatedTo" itemscope itemtype="https://schema.org/Service"><span itemprop="name">SRI</span></span></h1>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="features.html">Características</a></li>
<li><a href="descarga.html">Descarga</a></li>
<li><a href="docs.html">Más</a></li>
</ul>
</nav>
</div>
</div>
<!-- showcase -->
<section class="showcase">
<div class="container grid">
<div class="showcase-text">
<h1>Gracias por confiar en nuestro servicio, nos pondremos en contacto con usted dentro de 24 horas.</h1>
<p>
<span>Saludos cordiales,</span>
<em>XtractorApplication Team.</em>
</p>
<a class="btn btn-outline" href="./index.html">Ir a Inicio</a>
</div>
<div class="showcase-form card flex">
<i class="fa-regular fa-handshake fa-10x"></i>
</div>
</div>
</section>
</body>
</html>