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.
|
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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue