- ID de l'analyse :
- eb78249f-7e2b-4049-96ea-df93580fc515Terminée
- URL soumise :
- https://www.cloudoptimizedsmb.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 13 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
webpackChunkStripeJSouter | object |
noop | function |
Stripe | function |
___grecaptcha_cfg | object |
grecaptcha | object |
__recaptcha_api | string |
Messages de journal de console : 4 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | other |
|
warning | other |
|
warning | other |
|
error | other |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Webflow">
<meta name="globalsign-domain-verification" content="dtSt6qCiJcmDcOTbNGpcAEJAApZM3BV7McYQZsFfeb">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Home</title>
<link rel="amphtml" href="https://www.cloudoptimizedsmb.com/?format=amphtml">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/webflow.css">
<link rel="stylesheet" href="/css/docpad-cms-demo.webflow.css">
<script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/-ZG7BC9TxCVEbzIO2m429usb/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-gaZtYaI7oJHEOo1YO6VuoCE4iZ5fMV9mYHP0BHf+r2ttABnpWWCIkgI6ItNW4ZdO"></script><script src="https://js.stripe.com/v3/"></script>
</head>
<body>
<header class="navbar">
<div class="w-container">
<div class="w-row">
<a class="nav-link" href="/"> Home</a>
<a class="nav-link" href="/support-downloads">Support Downloads</a>
<a class="nav-link" href="/articles">Articles</a>
</div>
</div>
</header>
<div class="section">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6 w-clearfix">
<p><span class="content">I provide a wide set of IT outsourcing, consulting, administration, and hosting services to clients of all sizes. I believe that while there are often default solutions, those will not fit the needs of every client., I work with each client to see if my standard go-to tools are right for their needs and if not I will work with them to find the solution that does fit their needs and then to implement and maintain that solution. I am used to the varying budgets and cash flows that small businesses have and can work to fit your needs both in terms of what solutions to use, how I bill for them, and on what schedule. I can take care of most home and businesses IT needs and work with a variety of vendors to find the best prices and solutions for services I don't directly provide, such as internet service to their location(s).</span></p>
<br>
<hr>
<br>
<div id="wrapper">
<div style="float:left;width:200px">
<img src="https://www.cloudoptimizedsmb.com/photos/glenn.jpg" height="200px/">
</div>
<div>
<h5>Contact Cloud Optimized SMB at:</h5>
<a id="emailLink" href="mailto:[email protected]">[email protected]</a>
<br>
<a id="phoneLink" href=""></a>
<br>
<br>
</div>
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6LcIGJEUAAAAANn9DaZv9py7Q_4eDPYa1qAWhQ0h"></script>
<script>
grecaptcha.ready(function() {
grecaptcha.execute('6LcIGJEUAAAAANn9DaZv9py7Q_4eDPYa1qAWhQ0h', {action: 'contactInfoLoad'}).then(function(token) {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == XMLHttpRequest.DONE) {
if (xmlhttp.status == 200) {
document.getElementById('emailLink').href = rc4(xmlhttp.responseText, atob("Ow4xKysg1W64Hrbi9mF3IiYCUcWbKYqM17AgsGxgPS3xkDnoyOk7"));
document.getElementById('emailLink').innerHTML = rc4(xmlhttp.responseText, atob("NQA2Mz4smyCiA4Lg+XovMzoyRsCZNZSGw7ckvyt5NyQ="));
document.getElementById('phoneLink').href = rc4(xmlhttp.responseText, atob("Igo0fXR+2D3kRPG3pixoZQ=="));
document.getElementById('phoneLink').innerHTML = rc4(xmlhttp.responseText, atob("flhodHZv2z7jXfG6pyc="));
} else if (xmlhttp.status == 403) {
//alert(xmlhttp.responseText);
}
}
};
xmlhttp.open("GET", "recaptcha-contact-info-key?token=" + token, true);
xmlhttp.send();
});
});
</script>
<script>
function rc4(key, str) {
var s = [], j = 0, x, res = '';
for (var i = 0; i < 256; i++) {
s[i] = i;
}
for (i = 0; i < 256; i++) {
j = (j + s[i] + key.charCodeAt(i % key.length)) % 256;
x = s[i];
s[i] = s[j];
s[j] = x;
}
i = 0;
j = 0;
for (var y = 0; y < str.length; y++) {
i = (i + 1) % 256;
j = (j + s[i]) % 256;
x = s[i];
s[i] = s[j];
s[j] = x;
res += String.fromCharCode(str.charCodeAt(y) ^ s[(s[i] + s[j]) % 256]);
}
return res;
}
</script>
</div>
</div>
</div>
</div>
<script src="https://piwik.cloud-optimized.com/js-auto-siteid/v0000/tracker.js"></script><iframe name="__privateStripeMetricsController8840" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *" src="https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html#url=https%3A%2F%2Fwww.cloudoptimizedsmb.com%2F&title=Home&referrer=&muid=NA&sid=NA&version=6&preview=false" aria-hidden="true" tabindex="-1" style="border: none !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; visibility: hidden !important; position: fixed !important; height: 1px !important; pointer-events: none !important; user-select: none !important;"></iframe></body></html>