fix canary

This commit is contained in:
Cynthia Foxwell 2017-12-09 12:21:25 -07:00
parent 297c67c825
commit 026c392b70
1 changed files with 15 additions and 0 deletions

15
activity/index.html Normal file
View File

@ -0,0 +1,15 @@
<!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>