source: frontend/public/index.html@ 20468d3

Last change on this file since 20468d3 was cb0881d, checked in by MBK <marija.karapandzova@…>, 4 months ago

Set up React frontend and add design styles

  • Property mode set to 100644
File size: 438 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.