-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (38 loc) · 893 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>proyect-tcs1</title>
</head>
<body>
<html>
<head>
<title>Parcel Sandbox</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
<meta charset="UTF-8" />
</head>
<body>
<header>
<a href=""><img src="https://www.tcs.com/content/dam/tcs/images/logo/tcs50-Mob-White.png" alt="LOGO"/>
</a>
<nav>
<ul>
<li>Industries</li>
<li>Services & Tecnologies</li>
<li>Products & Plataforms</li>
<li>Discover TCS</li>
<li>Carrers</li>
</ul>
</nav>
</header>
<section>
<div>
<center>
<img src="https://www.tcs.com/content/dam/tcs/images/discover-tcs/tcs50/timeline/logo-eps.png" alt="Foto TCS"/>
<h1>Celebrating 5 decades of excellence and many more to come!</h1>
</center>
</div>
</section>
<script src="src/index.js"></script>
</body>
</html>
</body>
</html>