-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.2 KB
/
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>
<meta charset="utf-8">
<title>Index</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div style="width: 100%; height: 100%; display: flex; flex-direction: row;">
<div class="showimage" >
<h3>
Challenge 1
</h3>
<img src="assets/img1.png" alt="Challenge 1" class="imagen">
<a href="./Encriptador">
<button>
Visitar
</button>
</a>
</div>
<div class="showimage" >
<h3>
Challenge 2
</h3>
<img src="assets/img2.png" alt="Challenge 1" class="imagen">
<a href="./Conversor.java">
<button>
Visitar
</button>
</a>
</div>
<div class="showimage" >
<h3>
Challenge 3
</h3>
<img src="assets/comingsoon.png" alt="Challenge 1" class="imagen">
<a href="#">
<button>
Visitar
</button>
</a>
</div>
</div>
</body>
</html>