-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinicio.html
More file actions
executable file
·51 lines (43 loc) · 1.97 KB
/
Copy pathinicio.html
File metadata and controls
executable file
·51 lines (43 loc) · 1.97 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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/material.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Cidwa | Fausto César</title>
</head>
<body>
<section class="container margen">
<div class="row">
<div class="col-md-7">
<article class="well welly">
<h1 class="color">Programación entera y dinamica</h1>
<h4>
Profesor: <b>Marco Antonio Esquivel Pichardo</b>
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste impedit eveniet, in dicta perspiciatis harum id sint architecto dolorem illo. In laborum nisi voluptates architecto, vel voluptatem obcaecati saepe voluptate.
</p>
<span>
<h4>
Integrantes:
</h4>
<ul>
<li><a href="#">Fausto César Reyes</a></li>
<li><a href="#">Bryan Kenneth Sánchez</a></li>
</ul>
</span>
</article>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/material.min.js"></script>
<script src="angular-1.5.5/angular.min.js"></script>
<script src="angular-1.5.5/angular-route.min.js"></script>
</body>
</html>