blob: de03737ce8aea78b1ca45e035dc0103ecb73ffb2 [file] [log] [blame]
<!doctype html>
<html>
<head><title>running</title></head>
<body><script>
window.onload = async function () {
document.title = navigator.userAgentData.platform;
document.title += "|";
document.title += navigator.userAgentData.mobile;
document.title += "|";
document.title += JSON.stringify(navigator.userAgentData.brands);
};
</script></body>
</html>