forked from Kartik-Katkar/OrganEase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ojas Joshi
authored
Apr 1, 2023
1 parent
8f4cedd
commit 010cb3e
Showing
2 changed files
with
87,469 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.