cynergy/activity/index.html

15 lines
357 B
HTML
Raw Normal View History

2017-12-09 19:21:25 +00:00
<!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>