-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 3.08 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<!-- saved from url=(0049)https://csci571.com/hw/hw2/ScrambleThisTable.html -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
table,
th,
td {
border: 5px solid black;
border-collapse: collapse;
}
th,
td {
padding: 5px;
}
</style>
</head>
<body data-gr-c-s-loaded="true">
<table style="width:60%" align="center">
<tbody>
<tr>
<td>Link to Homework #1 </td>
<td>Link to Homework #2</td>
</tr>
<tr>
<td><a href="http://mingyucu.freevar.com/hfro2nVP6b/index.html">Link to Homework #3</a></td>
<td>Link to Homework #4</td>
</tr>
<tr>
<td>Link to Homework #5</td>
<td><a href="http://20200608t200749.homework6-cs571su2020.wl.r.appspot.com/">Link to Homework #6</a>
<br>
<a href="http://20200608t200749.homework6-cs571su2020.wl.r.appspot.com/query?keywords=mask&sortOrder=PricePlusShippingHighest&itemFilter(0).name=MinPrice&itemFilter(0).value=30%20&itemFilter(0).paramName=Currency&itemFilter(0).paramValue=USD&itemFilter(1).name=MaxPrice&itemFilter(1).value=50&itemFilter(1).paramName=Currency&itemFilter(1).paramValue=USD&itemFilter(2).name=Condition&itemFilter(2).value=1000&itemFilter(3).name=ExpeditedShippingType&itemFilter(3).value=Expedited">Example JSON</a>
</td>
</tr>
<tr>
<td>Link to Homework #7</td>
<td><a href="https://hw8-client-cs571su2020.wl.r.appspot.com/">Link to Homework #8</a>
<br>
<a href="http://hw8-server-cs571su2020.wl.r.appspot.com/query?keywords=mask&sortOrder=PricePlusShippingHighest&itemFilter(0).name=MinPrice&itemFilter(0).value=30%20&itemFilter(0).paramName=Currency&itemFilter(0).paramValue=USD&itemFilter(1).name=MaxPrice&itemFilter(1).value=50&itemFilter(1).paramName=Currency&itemFilter(1).paramValue=USD&itemFilter(2).name=Condition&itemFilter(2).value=1000&itemFilter(3).name=ExpeditedShippingType&itemFilter(3).value=Expedited">Example JSON</a>
</td>
</tr>
<tr>
<td><a href="http://hw8-server-cs571su2020.wl.r.appspot.com/query?keywords=mask&sortOrder=PricePlusShippingHighest&itemFilter(0).name=MinPrice&itemFilter(0).value=30%20&itemFilter(0).paramName=Currency&itemFilter(0).paramValue=USD&itemFilter(1).name=MaxPrice&itemFilter(1).value=50&itemFilter(1).paramName=Currency&itemFilter(1).paramValue=USD&itemFilter(2).name=Condition&itemFilter(2).value=New&itemFilter(3).name=ExpeditedShippingType&itemFilter(3).value=Expedited">Homework #9 findItemsAdvanced JSON</a>
<br>
<a href="https://hw8-server-cs571su2020.wl.r.appspot.com/single/253462854618">Homework #9 GetSingleItem JSON</a>
</td>
<td>Link to Homework #10</td>
</tr>
</tbody>
</table>
</body>
</html>