:\ timestamp

JadeRed and CannonballHead : Escape Velocity
CTF


Timestamp : CTF
and milliseconds
(The digital time display is stopped time in 24 hour format; hours:minutes:seconds)



>
<script>
document.addEventListener("DOMContentLoaded",
function ()
{
const input =
document.getElementById("URLinput1");
input.focus();
});
function webBrowser() {
let input = document.getElementById('URLinput1').value.trim();
if (!input) return;
if (!/^https?:\/\//i.test(input))
{
input = 'https://' + input;
}
window.open(input, '_blank');
}
document.getElementById('URLinput1').addEventListener('keydown', function (e)
{
if (e.key === 'Enter') { e.preventDefault();
webBrowser();
}
});
<script>
  __   worm


<input id="URLinput1" type="text" />
https:// _