-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (87 loc) · 3.03 KB
/
index.html
File metadata and controls
109 lines (87 loc) · 3.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>NTF'S 1k</title>
</head>
<body>
<header>
<h1 style="color: blueviolet;" >Bienvenidos a 1k donde compras NTF👾</h1>
</header>
<tr>
<table align="left" rules="all" border="1" cellspacing="0" cellpadding="2"
style="color: #0b1f33; font-size: 14px; font-weight: bold; text-align: center; width: 850px;">
<tr bgcolor="#0b1f33" style="color: #F7F6F3; height: 10px;">
<th>BUNNY</th>
<th>INDIE </th>
<th>RAPBOY</th>
<th>MONKEY</th>
</tr>
<tr>
<td><section>
<img src="./img/nft/bunny.jpg" width="300px" height="280px">
<h3>1 ether</h3>
<p><a href="./views/detail_bunny.html">Detalles Bunny NTF</a></p>
<div>
<span>user:</span> <i>thin384</i>
</div>
<span>======================</span>
<br>
</section></td>
<td> <section>
<img src="./img/nft/indie_girl_1.jpg" width="300px" height="280px">
<h3>1.5 ether</h3>
<p><a href="./views/detail_indie.html">Detalles Indie NTF</a></p>
<div>
<span>user:</span> <i>iniwk</i>
</div>
<span>======================</span>
<br>
</section>
<td><section>
<img src="./img/nft/rap_1.jpg" width="300px" height="280px">
<h3>1.2 ether</h3>
<p><a href="./views/detail_rap.html">Detalles Indie NTF</a></p>
<div>
<span>user:</span> <i>Chompy</i>
</div>
<span>======================</span>
<br>
</section></td></td>
<td> <section>
<img src="./img/nft/monkey_1.png" width="300px" height="280px">
<h3>1.8 ether</h3>
<p><a href="./views/detail_monkey.html">Detalles Monkey NTF</a></p>
<div>
<span>user:</span> <i>Moncho</i>
</div>
<span>======================</span>
<br>
</section></td>
</tr>
<tr bgcolor="#0b1f33" style="color: #F7F6F3; height: 10px;">
<th>ROBOT MISHI</th>
<th> </th>
<th></th>
<th></th>
</tr>
<tr>
<td><section>
<img src="./img/nft/robot_mishi.jpg" width="300px" height="280px">
<h3>1 ether</h3>
<p><a href="./views/detail_robotm.html">Detalles Robot Mishi NTF</a></p>
<div>
<span>user:</span> <i>Commando</i>
</div>
<span>======================</span>
<br>
</section></td>
<td> <section>
</section>
<td><section>
</section></td></td>
<td> <section>
</section></td>
</tr>
</body>
</html>