camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
234 stars 285 forks source link

Adjusted the index html to W3C standards #913

Closed gbengaoluwadahunsi closed 3 months ago

gbengaoluwadahunsi commented 3 months ago

Summary Adjusted the HTML code to adhere to W3C standards:

Added a doctype declaration (<!DOCTYPE html>). Removed quotes around the URL in the meta tag's content attribute. Included a meaningful title within the tag. Motivation The changes were made to ensure the HTML code follows best practices and complies with W3C standards, enhancing code readability and accessibility.</p> <p>Testing The updated HTML code can be tested using various online HTML validators.</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>