ui_migration fix(syntax): Fix html comments.

This commit is contained in:
Antonio Anaya 2026-01-20 19:00:28 -06:00
parent 8ced9f8b75
commit be868ad8c5

View file

@ -1,8 +1,10 @@
// index.html <!--
// The main HTML file for the OpenFlexure Microscope web application. index.html
// Vite will use this file as a template to build the final HTML served to users. The main HTML file for the OpenFlexure Microscope web application.
// It's at root directory to allow Vite to process it. Vite will use this file as a template to build the final HTML served to users.
// The previous version was located at public/index.html. It's at root directory to allow Vite to process it.
The previous version was located at public/index.html.
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">