ui_migration fix(syntax): Fix html comments.
This commit is contained in:
parent
8ced9f8b75
commit
be868ad8c5
1 changed files with 7 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue