Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<script>
function fireSentinel()
{
document.getElementsByTagName('h4')[0].innerHTML = document.domain;
}
</script>
</head>
<body onload="fireSentinel();">
<h4>DOMAIN</h4>
<p>PASSED: Navigation succeeded.</p>
</body>
</html>