Github link

This commit is contained in:
Ian Gulliver
2020-05-03 23:10:05 +00:00
parent de64089453
commit ecef4faf02
3 changed files with 12 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ function renderRoom(roomId: string) {
localStorage.setItem("name", name.value);
});
(create(prnt, "a", "[GitHub]", ["github"]) as HTMLAnchorElement).href = "https://github.com/firestuff/slidetogether";
addEventListener("unload", () => remove(roomId, clientId!));
announce(roomId, clientId!, adminSecret, name);