-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcfuente.html
More file actions
37 lines (36 loc) · 1.11 KB
/
cfuente.html
File metadata and controls
37 lines (36 loc) · 1.11 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
<!DOCTYPE html>
<html lang="es">
<head>
<title>Strassen</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./css/style.css"/>
</head>
<body id="fondoGeneral">
<header class="centrarT">
<h1>Multiplicacion de matrices de Strassen</h1>
<p>Animacion del proceso</p>
<nav class="menu">
<ul>
<li><a class="active" href="./index.html">Home</a></li>
<li><a href="./animacion.html">Animacion</a></li>
<li><a href="./cfuente.html">Codigo fuente</a></li>
</ul>
</nav>
</header>
<main>
<section id= "introIndex">
<h2 class="centrarT">Codigo Fuente C</h2>
<div align ="center "class="cFuente">
<p>Javascript</p>
<img align ="center"src="img/codigoFuente.JPG" alt="Codigo Python">
</div>
</section>
</main>
<footer id="footerFondo">
<h3>Miembros:</h3>
<p>Paredes Sánchez Giovanni Damián</p>
<p>Perez Gonzalez Mayer Abraham</p>
<p>Ortiz Salazar Manuel Eduardo</p>
</footer>
</body>
</html>