Changeset 9af201e for frontend/public/index.html
- Timestamp:
- 09/04/26 19:08:08 (11 days ago)
- Branches:
- master
- Children:
- cdcff72
- Parents:
- e1f74f6
- File:
-
- 1 edited
-
frontend/public/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/public/index.html
re1f74f6 r9af201e 1 1 <!DOCTYPE html> 2 2 <html lang="en"> 3 <head>4 <meta charset="utf-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1" />6 <meta name="theme-color" content="#000000" />7 <meta8 name="description"9 content="Medora - Medical Records Management System"10 />11 <title>Medora</title>12 </head>13 <body>14 <noscript>You need to enable JavaScript to run this app.</noscript>15 <div id="root"></div>16 </body>3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="theme-color" content="#000000" /> 7 <meta 8 name="description" 9 content="Medora - Medical Records Management System" 10 /> 11 <title>Medora</title> 12 </head> 13 <body> 14 <noscript>You need to enable JavaScript to run this app.</noscript> 15 <div id="root"></div> 16 </body> 17 17 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
