-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnoget.html
26 lines (20 loc) · 876 Bytes
/
noget.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="No get for this resource" />
<title>NO BANANAS</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Kreon" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>NO BANANAS</h1>
<p>O conteúdo que você tentou acessar é um serviço SOAP, e portanto não aceita requisições GET.</p>
<p>Mas se contente com a dança da banana ;P</p>
<img src="http://thiagopagonha.appspot.com/static/images/dancing_banana.gif" />
<p>Se você está procurando pelo wsdl, ele está aqui: <a href="?wsdl">WSDL</a></p>
<div >
© 2012 <a href="http://thiagopagonha.appspot.com/">Thiago Pagonha</a>
</div>
</body>
</html>