-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentacion.html
34 lines (34 loc) · 1.25 KB
/
presentacion.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Proyecto Fisica II</title>
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans|Passion+One|Sedgwick+Ave+Display" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="estilos.css">
</head>
<body>
<div class="titulo">
<h1 class="">Ley de Coulomb</h1>
<!--<p>Universidad Mariano Galvez de Guatemala</p>
<p>0900-020 Fisica II</p>-->
</div>
<div class="divNav">
<nav class="">
<ul class="">
<li class=""><a id="presentacion" href="presentacion.html" class="">1. Presentación</a></li>
<li class=""><a id="teoria" href="teoria.html" class="">2. Teoria</a></li>
<li class=""><a id="ejemplo" href="ejemplo.html" class="">3. Ejemplo</a></li>
<li class=""><a id="explicacion" href="explicacion.html" class="">4. Explicación</a></li>
<li class=""><a id="preguntas" href="pregunta1.html" class="">5. Preguntas</a></li>
</ul>
</nav>
<div class="footer-menu">
<spawn>Universidad Mariano Galvez</spawn>
<spawn>de Guatemala</spawn>
<spawn>0900-020 Fisica II</spawn>
</div>
</div>
<a class="arrow" href="teoria.html"><img src="arrow.png"></a>
<script type="text/javascript" src="script.js"></script>
</body>
</html>