Ignore:
Timestamp:
09/04/26 19:08:08 (11 days ago)
Author:
MBK <marija.karapandzova@…>
Branches:
master
Children:
cdcff72
Parents:
e1f74f6
Message:

Fix frontend appearance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/public/index.html

    re1f74f6 r9af201e  
    11<!DOCTYPE html>
    22<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>
     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>
    1717</html>
Note: See TracChangeset for help on using the changeset viewer.