source: frontend/public/index.html

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 458 bytes
Line 
1<!DOCTYPE html>
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 <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</html>
Note: See TracBrowser for help on using the repository browser.