*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
JobName = Dictionary1, Success = true
JobTag = And
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="OwlBot is a free HTTP API for English vocabularies' definitions " />
<meta name="keywords" content="Dictionary, English, API, definition, meaning, pronunciation, dictionary API" />
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
<link rel="stylesheet" href="
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="
https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link id="favicon" rel="icon" href="/static/dictionary/img/favicon.png">
<script src="
https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="
https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<title>Error 404 (Not found)?</title>
</head>
<body>
<div class="container">
<div>
<img src="/static/dictionary/img/owlbot.png" style="margin: auto; max-width: 50%; width: 160px; display: block" alt="OwlBot is a free english dictionary API"/>
</div>
<div class="row">
<div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3" style="padding: 40px 0;">
<input type="text" name="word" class="form-control" id="search" style="border-radius: 20px;" placeholder="Try another word ?️"/>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1" style="text-align: center">
<img src="/static/dictionary/img/404-photo.png" style="max-width: 100%" />
</div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="
https://www.googletagmanager.com/gtag/js?id=UA-80200f867-1"></script>
<script>
$('input[type=text]').keypress(function(e){
if(e.which == 13) {
var word = e.target.value;
location.assign("
https://owlbot.info/?q="+word);
}
});
var search = document.getElementById("search");
search.focus();
search.select();
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-80200867-1');
</script>
</body>
</html>