forked from jpf/domain-profiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
github.html
144 lines (86 loc) · 3.3 KB
/
github.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GitHub</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Joel Franusic" />
<link rel="stylesheet" href="public/style.css" media="screen,projection" type="text/css" />
<script src="public/sorttable.js"></script>
</head>
<body>
<div id="container">
<h1>GitHub</h1>
<div id="charts">
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:P9&chl=Amazon.com|Rackspace&chtt=Web+Host&cht=p&chs=400x200&chxr=0,1,4"/>
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:P9&chl=Google|None&chtt=Email+Host&cht=p&chs=400x200&chxr=0,1,4"/>
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:PP9&chl=Other+%2F+Self+Hosted|EveryDNS.net|None&chtt=DNS+Host&cht=p&chs=400x200&chxr=0,1,4"/>
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:P9&chl=Go+Daddy|Other+%2F+Self+Hosted&chtt=Registrar&cht=p&chs=400x200&chxr=0,1,4"/>
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:fff9&chl=None|Equifax|DigiCert|Go+Daddy&chtt=SSL+Issuer&cht=p&chs=400x200&chxr=0,1,2"/>
<img src="http://chart.apis.google.com/chart?chco=CFF09E,A8DBA8,79BD9A,3B8686,0B486B&chd=s:P9&chl=None|star&chtt=Certificate+Type&cht=p&chs=400x200&chxr=0,1,4"/>
</div>
<div id="data">
<table class="sortable" border="1">
<tr>
<th>Domain</th>
<th>Web Host</th>
<th>Email Host</th>
<th>DNS Host</th>
<th>Registrar</th>
<th>SSL Issuer</th>
<th>Certificate Type</th>
</tr>
<tr>
<td>github.com</td>
<td>Rackspace</td>
<td>Google</td>
<td>"anchor.net.au", EveryDNS.net</td>
<td>Go Daddy</td>
<td>Go Daddy</td>
<td>"*.github.com"</td>
</tr>
<tr>
<td>shop.github.com</td>
<td>Rackspace</td>
<td>None</td>
<td>None</td>
<td>"Unknown"</td>
<td>Equifax</td>
<td>"*.myshopify.com"</td>
</tr>
<tr>
<td>jobs.github.com</td>
<td>Rackspace</td>
<td>None</td>
<td>None</td>
<td>"Unknown"</td>
<td>Go Daddy</td>
<td>"*.github.com"</td>
</tr>
<tr>
<td>develop.github.com</td>
<td>Rackspace</td>
<td>None</td>
<td>None</td>
<td>"Unknown"</td>
<td>None</td>
<td>None</td>
</tr>
<tr>
<td>status.github.com</td>
<td>Amazon.com</td>
<td>None</td>
<td>None</td>
<td>"Unknown"</td>
<td>DigiCert</td>
<td>"*.heroku.com"</td>
</tr>
</table>
</div>
</div><!-- container -->
<div id="footer">
Generated on 2011-01-24 by <a href="http://github.com/jpf/domain-profiler/tree/master">domain-profiler</a>
</div>
</body>
</html>