mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
15 lines
No EOL
357 B
HTML
15 lines
No EOL
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> |