Skip to content

Commit 36557a9

Browse files
committed
Update index.htm
1 parent a1ac6da commit 36557a9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.htm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
// LABEL: Info.
322322
box.homePage.footer.lblInfo = createLabel(0, 275, 600, 100)
323323
box.homePage.footer.add(that)
324-
that.text = "Developed by <b>Bugra Ozden</b><br>Licensed under <b>CC 4.0</b>"
324+
that.text = "Developed by <b onclick='gotoBugraSite();' style='cursor: pointer;'>Bugra Ozden</b><br>Licensed under <b>CC 4.0</b>"
325325
that.fontSize = 12
326326
that.opacity = 0.8
327327
that.textAlign = "center"
@@ -347,6 +347,10 @@
347347

348348
}
349349

350+
const gotoBugraSite = function() {
351+
window.open("https://bugraozden.com/", "_blank");
352+
}
353+
350354
</script>
351355

352356
</head>

0 commit comments

Comments
 (0)