puter.ui.setWindowTitle()
GUIAllows the user to dynamically set the title of the window.
puter.ui.setWindowTitle(title)
title
(String)
The new title for this window.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ui.setWindowTitle('Fancy New Title');
</script>
</body>
</html>