-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.93 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.93 KB
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
<!DOCTYPE html>
<html lang="es">
<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>Bienvenido a Virtual Plus Plus</title>
<link rel="icon" href="./Landing/img/FAVICON.png" sizes="64x64">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./Landing/css/style.css">
</head>
<body id="particles-js" class="landingBody">
<section class="container">
<div class="d-flex justify-content-center">
<h1 class="titulo">Virtual ++</h1>
</div>
</section>
<section class="container">
<div class="d-flex justify-content-center btnContent">
<a class="btn btn-outline-secondary mx-5 styleHover" href="./Examen/home.html" role="button">
<b>Ir al sitio web</b></a>
<a class="btn btn-outline-secondary mx-5 styleHover" href="./Proyecto/login.html" role="button">
<b>Aplicación web</b></a>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="./Landing/js/particles.js"></script>
<script src="./Landing/js/app.js"></script>
</body>
</html>