microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

Update install.htm #300

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Fixed missing doctype declaration (<!DOCTYPE html>).

Consolidated and minimized CSS classes for cleaner code.

Organized navigation links in the header.

Improved the readability and structure of the installation instructions.

Updated button styles and added proper line breaks.

Updated footer design and copyright information.

Added missing CDNs for external scripts (e.g., jQuery).

Consolidated and minimized JavaScript code.

Added a script to apply table styles automatically.