-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·28 lines (27 loc) · 1.07 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
<html>
<head>
<title>heroes</title>
</head>
<body>
<h1><p align="center"><b>heroes</b></p></h1>
<div align="center">
<table width="75%" border="1">
<caption>
<font size="3"><b><u>Choose a city:</u></b></font>
</caption>
<tr>
<td scope="col"><p align="center"><img src="./images/gotham.jpg"></p>
<td scope="col"><p align="center"><img src="./images/metropolis.jpg"></p>
<td scope="col"><p align="center"><img src="./images/hells_kitchen.jpg"></p>
<td scope="col"><p align="center"><img src="./images/central.jpg"></p>
</tr>
<tr>
<td scope="col"><p align="center"><a href="./gotham.html">Gotham City</a></p>
<td scope="col"><p align="center"><a href="./metropolis.html">Metropolis</a></p>
<td scope="col"><p align="center"><a href="./hells_kitchen.html">Hell's Kitchen</a></p>
<td scope="col"><p align="center"><a href="./central.html">Central City</a></p>
</tr>
</table>
</div>
</body>
</html>