[b9c3e9]: / frontend / public / index.html

Download this file

15 lines (15 with data), 523 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Health Monitoring System</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/react-select@5.1.0/dist/react-select.min.css" rel="stylesheet">
</head>
<body>
<div class="app-container">
<div id="root"></div>
</div>
<script src="bundle.js"></script>
</html>