R74nCom / sandboxels

In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
https://sandboxels.r74n.com/
Other
164 stars 314 forks source link

Add id attribute to <title> tag in index.html. #727

Closed aduncan99 closed 2 months ago

aduncan99 commented 2 months ago

Adds id="title" attribute to tag. Allows you to change the tab name via JavaScript Example: document.getElementById('title').content=" <em>put tab name here</em> ";</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/slweeb"><img src="https://avatars.githubusercontent.com/u/91897291?v=4" />slweeb</a> commented <strong> 2 months ago</strong> </div> <div class="markdown-body"> <p>I'll add to the todo list for the next update. Changes to index.html aren't permitted</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>