ot / frontend /index.html
jashdoshi77's picture
OT NoteBuilder - Production deployment
ba95018
raw
history blame contribute delete
771 Bytes
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="SNF Occupational Therapy Daily Progress Note Builder - AI-powered clinical documentation tool" />
<meta name="theme-color" content="#10b981" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310b981'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E" />
<title>OT NoteBuilder — Clinical Documentation Tool</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>