cynergy/activity/index.html

15 lines
357 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<script>
function ready() {
setTimeout(go, 1000);
}
function go() {
require("electron").remote.getCurrentWindow().loadURL("https://cynergy.cynfoxwell.cf/channels/@me");
}
</script>
</head>
<body onload=ready()>
</body>
</html>