-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.34 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
<html><head>
<style>
table, th, td {
border: 5px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
</style>
</head>
<body>
<table style="width:40%; margin-top:20px" align="center">
<tbody>
<tr>
<td style="text-align:center"><a href="Assignment_3/index.html">Basic HTML CSS</a></td>
</tr>
<tr>
<td style="text-align:center"><a href="https://ticketmaster-377704.wl.r.appspot.com/">Ticketmaster Website</a><br>
<a href = "https://ticketmaster-377704.wl.r.appspot.com/events?radius=10&category=all&keyword=Concert%20&geoPoint=9q5ctr1">Search Events Link</a><br>
<a href = "https://ticketmaster-377704.wl.r.appspot.com/event/vvG1iZ99LZJoqL">Event Id Link</a><br>
<a href = "https://ticketmaster-377704.wl.r.appspot.com/venues/Hollywood%20Bowl">Search Venue Link</a><br>
</td>
</tr>
<tr>
<td style="text-align:center"><a href="https://ticketmaster-angular.wl.r.appspot.com">Responsive Ticketmaster Website</a><br>
<a href="https://ticketmaster-angular.wl.r.appspot.com/events?radius=10&category=Default&keyword=P!NK&geoPoint=9q5cs6c">Link to Homework #8</a></td>
</tr>
<tr>
<td style="text-align:center"><a href="https://ticketmaster-angular.wl.r.appspot.com/events?radius=10&category=Default&keyword=P!NK&geoPoint=9q5cs6c">Link to Homework #9</a></td>
</tr>
</tbody></table>
</body></html>