-
Notifications
You must be signed in to change notification settings - Fork 128
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
Showing
7 changed files
with
75 additions
and
36 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
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 |
---|---|---|
@@ -1,46 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/logo.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="No more waiting in long queues!" | ||
name="description" | ||
content="Med-Space: Revolutionizing healthcare appointments. Skip long queues, book your medical consultations quickly and easily. Efficient OPD management for patients and healthcare providers." | ||
/> | ||
<meta name="keywords" content="healthcare, appointments, OPD, queue management, medical consultations, Med-Space" /> | ||
<meta name="author" content="Luson Basumatary" /> | ||
<meta name="robots" content="index, follow" /> | ||
<link rel="canonical" href="https://www.med-space.com" /> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" /> | ||
<!-- | ||
manifest.json provides metadata used when your web app is installed on a | ||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | ||
--> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<!-- | ||
Notice the use of %PUBLIC_URL% in the tags above. | ||
It will be replaced with the URL of the `public` folder during the build. | ||
Only files inside the `public` folder can be referenced from the HTML. | ||
<title>Med-Space | Efficient Healthcare Appointments & Queue Management</title> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://med-space.vercel.app" /> | ||
<meta property="og:title" content="Med-Space | Efficient Healthcare Appointments" /> | ||
<meta property="og:description" content="Skip long queues and book your medical consultations quickly with Med-Space. Revolutionizing OPD management for patients and healthcare providers." /> | ||
<meta property="og:image" content="%PUBLIC_URL%/logo.png" /> | ||
<meta property="og:image:alt" content="Med-Space Logo" /> | ||
|
||
<meta property="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:url" content="https://med-space.vercel.app" /> | ||
<meta property="twitter:title" content="Med-Space | Efficient Healthcare Appointments" /> | ||
<meta property="twitter:description" content="Skip long queues and book your medical consultations quickly with Med-Space. Revolutionizing OPD management for patients and healthcare providers." /> | ||
<meta property="twitter:image" content="%PUBLIC_URL%/logo.png" /> | ||
<meta property="twitter:image:alt" content="Med-Space Logo" /> | ||
|
||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will | ||
work correctly both with client-side routing and a non-root public URL. | ||
Learn how to configure a non-root public URL by running `npm run build`. | ||
--> | ||
<title>Medi-Connect</title> | ||
</head> | ||
<body> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "WebApplication", | ||
"name": "Med-Space", | ||
"url": "https://med-space.vercel.app", | ||
"description": "Efficient healthcare appointment booking and queue management system", | ||
"applicationCategory": "HealthApplication", | ||
"operatingSystem": "All" | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
To begin the development, run `npm start` or `yarn start`. | ||
To create a production bundle, use `npm run build` or `yarn build`. | ||
--> | ||
|
||
|
||
|
||
</body> | ||
</body> | ||
</html> |
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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
# robots.txt for https://med-space.vercel.app/ | ||
|
||
User-agent: * | ||
Disallow: | ||
Allow: / # Allow crawling of the homepage | ||
Disallow: /* # Disallow crawling of all other pages | ||
|
||
# Sitemap declaration (optional) | ||
# Sitemap: https://med-space.vercel.app/sitemap.xml | ||
|
||
# End of file |
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
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
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