mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
fix canary
This commit is contained in:
parent
297c67c825
commit
026c392b70
1 changed files with 15 additions and 0 deletions
15
activity/index.html
Normal file
15
activity/index.html
Normal 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>
|
Loading…
Reference in a new issue