-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gracias.html
29 lines (28 loc) · 983 Bytes
/
Gracias.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BIOTECH</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- ICONO TAB NAVEGADOR -->
<link rel="shortcut icon" href="/assets/icon/ICONOBIOTECH.jpg" />
<!--========== CSS ==========-->
<link rel="stylesheet" href="/assets/scss/styles.css">
</head>
<body>
<section class="showcase mb-5 pb-5">
<div class="video-container">
<video src="/assets/Video/HEADER.mp4" autoplay muted loop></video>
</div>
<label class="Atras" for="Atras">
Gracias por contactar con BIOTECH.<br>
Inicio<br>
<a href="/Home.html">
<i class='bx bx-arrow-back' id="IconoAtras"></i>
</a>
</label>
</section>
</body>
</html>