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