This repository was archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (26 loc) · 1.29 KB
/
Copy pathabout.html
File metadata and controls
26 lines (26 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link type="text/css" rel="stylesheet" href="css/style.min.css" />
<title>Base de datos de exámenes</title>
</head>
<body>
<div class="main-body">
<div class="header">
<a title="Buscador de exámenes" href="search.html"><img class="logo" src="img/icons/search_off.png"></a>
<a title="Añadir exámenes" href="add.html"><img class="logo" src="img/icons/upload_off.png"></a>
<a title="Sobre nosotros" ><img class="logo" src="img/icons/about_on.png"></a>
<div class="text">Sobre nosotros</div>
</div>
<div class="about"><br>
Diseñado por David Sánchez Simoni.<br>
Implementado e ideado por Daniel Jiménez López.<br><br>
Si tienes alguna duda o sugerencia, contacta con nosotros a través de telegram: <a href="https://telegram.me/xehartnort">@xehartnort</a> o de correo electrónico: <a href="mailto:xehartnort@gmail.com">xehartnort@gmail.com</a>
<br><br>
¿Quieres saber más? Échale un vistazo al <a href="https://github.com/xehartnort/BDExamenes">proyecto en Github</a>
</div>
</div>
</body>
</html>