-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 897 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trabajo Practico n1</title>
</head>
<body>
<h1>Trabajo Practico n1</h1>
<h2>Link Presentaciones</h2>
<a href="https://www.figma.com/proto/c8jGEzvOFIMtE5KgsMtjMa/TP-1-Interfaces?type=design&node-id=348-6270&t=bZmepNJuCwVBMVAV-1&scaling=scale-down-width&page-id=4%3A234&starting-point-node-id=13%3A83&mode=design">Presentacion</a>
<h2>Link Edicion</h2>
<a href="https://www.figma.com/file/c8jGEzvOFIMtE5KgsMtjMa/TP-1-Interfaces?type=design&node-id=348%3A6270&mode=design&t=Kn6QZMbvazTyFUsV-1">Edicion</a>
<p>-------------------------------------------------------------------------</p>
<h1>Trabajo Practico n2</h1>
<h2>Link a página del login</h2>
<a href="./TP2/index.html">Login</a>
</body>
</html>