-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproyecto_fisica.html
43 lines (34 loc) · 1.11 KB
/
proyecto_fisica.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
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" >
<title>coversor de umidades</title>
<link rel="stylesheet" href="proyectofisica.css">
</head>
<body >
<div id="titulo">
<p id="header">CONVERSOR DE UNIDADES </p>
<br><br><br>
<p id="subheader">SELECCIONE EL SISTEMA DE MEDIDAS </p>
</div>
<br><br><br>
<center>
<br><br><br><br><br>
<a href="sistema_int/sistemeaint.html" class="button">sistema internacional</a>
<a href="sistema_ingles/sistema_i.html" class="button">sistema ingles</a>
</center>
<br> <br> <br> <br> <br> <br> <br>
<center>
<a href="relacion/relacion.html" class="button">relacion </a>
</center>
<br>
<center>
<div class="subheader1">
<p id="subheader2">Realizado por: </p>
<p id="subheader2">Juan Sebastian Iquinas </p>
<p id="subheader2">Julian David Sanchez Mendoza </p>
<p id="subheader2">Sergio Esteban Rodriguez Lemus</p>
</div>
</center>
</body>
</html>