Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas Joshi authored Apr 1, 2023
1 parent 8f4cedd commit 010cb3e
Show file tree
Hide file tree
Showing 2 changed files with 87,469 additions and 0 deletions.
18 changes: 18 additions & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="OrganEase" />
<title>OrganEase | Organ Transfer</title>
<link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/style.css">
</head>

<body id="page-top">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div class="font-light text-base text-gray-800 bg-white flex flex-col min-h-screen" id="root"></div>
</body>

</html>
Loading

0 comments on commit 010cb3e

Please sign in to comment.