-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstores.html
More file actions
95 lines (89 loc) · 3.12 KB
/
stores.html
File metadata and controls
95 lines (89 loc) · 3.12 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
<!doctype html>
<html>
<head>
<title>IERG4210: Store Online Status</title>
<style type="text/css">div, h2{font-size: 110%}</style>
</head>
<body>
<h2>IERG4210: Store Online Status</h2>
<base href="https://secure.ie.cuhk.edu.hk/~phfung/ierg4210/online/" target="iframe"/>
<div style="float:left;border-right:1px solid #ccc">
<p>Date / Hour / Store# / HTTP_Status<sup>1</sup> / HTTPS_Status<sup>2</sup></p>
<iframe name="iframe" style="width:500px;border:0;height:1000px"></iframe>
</div>
<div style="float:left;width:700px;padding:0 30px">
<p style="color:red">Click any stores below to check their status:</p>
<del href="store01.txt">store01</del>
<a href="store02.txt">store02</a>
<a href="store03.txt">store03</a>
<a href="store04.txt">store04</a>
<a href="store05.txt">store05</a>
<a href="store06.txt">store06</a>
<a href="store07.txt">store07</a>
<a href="store08.txt">store08</a>
<del href="store09.txt">store09</del>
<a href="store10.txt">store10</a>
<a href="store11.txt">store11</a>
<a href="store12.txt">store12</a>
<a href="store13.txt">store13</a>
<a href="store14.txt">store14</a>
<a href="store15.txt">store15</a>
<a href="store16.txt">store16</a>
<a href="store17.txt">store17</a>
<a href="store18.txt">store18</a>
<del href="store19.txt">store19</del>
<a href="store20.txt">store20</a>
<a href="store21.txt">store21</a>
<a href="store22.txt">store22</a>
<a href="store23.txt">store23</a>
<a href="store24.txt">store24</a>
<a href="store25.txt">store25</a>
<del href="store26.txt">store26</del>
<a href="store27.txt">store27</a>
<a href="store28.txt">store28</a>
<del href="store29.txt">store29</del>
<a href="store30.txt">store30</a>
<a href="store31.txt">store31</a>
<a href="store32.txt">store32</a>
<a href="store33.txt">store33</a>
<a href="store34.txt">store34</a>
<a href="store35.txt">store35</a>
<a href="store36.txt">store36</a>
<a href="store37.txt">store37</a>
<del href="store38.txt">store38</del>
<a href="store39.txt">store39</a>
<a href="store40.txt">store40</a>
<a href="store41.txt">store41</a>
<del href="store42.txt">store42</del>
<a href="store43.txt">store43</a>
<a href="store44.txt">store44</a>
<a href="store45.txt">store45</a>
<a href="store46.txt">store46</a>
<del href="store47.txt">store47</del>
<a href="store48.txt">store48</a>
<a href="store49.txt">store49</a>
<a href="store50.txt">store50</a>
<a href="store51.txt">store51</a>
<a href="store52.txt">store52</a>
<a href="store53.txt">store53</a>
<a href="store54.txt">store54</a>
<a href="store55.txt">store55</a>
<a href="store56.txt">store56</a>
<a href="store57.txt">store57</a>
<del href="store58.txt">store58</del>
<del href="store59.txt">store59</del>
<a href="store60.txt">store60</a>
<a href="store61.txt">store61</a>
<del href="store62.txt">store62</del>
<a href="store63.txt">store63</a>
<a href="store64.txt">store64</a>
<del href="store65.txt">store65</del>
<a href="store66.txt">store66</a>
<a href="store67.txt">store67</a>
<del href="store68.txt">store68</del>
<a href="store69.txt">store69</a>
<p style="font-size:80%"><sup>1</sup> Status Code of http://storeXX.ierg4210.org <br/>
<sup>2</sup> Status Code of https://storeXX.ierg4210.org/admin</p>
</div>
</body>
</html>