Skip to content

Commit

Permalink
index file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash905 committed Jul 13, 2023
1 parent b12fa2e commit 15bf56a
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 80 deletions.
Binary file added client/build/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/build/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/build/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/build/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/build/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/build/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion client/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HealthBooker</title><script defer="defer" src="/static/js/main.dd073cf3.js"></script><link href="/static/css/main.0cf9889f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="title" content="HealthBooker"/><meta name="description" content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."/><meta name="language" content="en"/><meta name="keywords" content="available doctors, update profile, contact section, queries, notifications, admin management system, appointments, doctor application, becoming a doctor, book appointment, remove user, remove doctor, mark appointment completed, application notification, appointment notification"/><meta name="author" content="Dunna Avinash"/><meta name="robots" content="index, follow"/><meta property="og:type" content="website"/><meta property="og:site_name" content="HealthBooker"/><meta property="og:url" content="https://healthbooker.onrender.com/"/><meta property="og:title" content="HealthBooker"/><meta property="og:description" content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."/><meta property="og:image" content="https://github.com/Avinash905/HealthBooker/assets/56786344/983e6ca7-835c-4d7f-accc-7497db1a64e4"/><meta name="twitter:card" content="summary_large_image"/><meta property="twitter:url" content="https://healthbooker.onrender.com/"/><meta property="twitter:title" content="HealthBooker"/><meta property="twitter:description" content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."/><meta property="twitter:image" content="https://github.com/Avinash905/HealthBooker/assets/56786344/983e6ca7-835c-4d7f-accc-7497db1a64e4"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="manifest" href="/site.webmanifest"/><title>HealthBooker</title><script defer="defer" src="/static/js/main.dd073cf3.js"></script><link href="/static/css/main.0cf9889f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file removed client/build/logo192.png
Binary file not shown.
Binary file removed client/build/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions client/build/manifest.json

This file was deleted.

1 change: 1 addition & 0 deletions client/build/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
Binary file added client/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/public/favicon.ico
Binary file not shown.
127 changes: 98 additions & 29 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,111 @@
<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="theme-color" content="#000000" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta
name="theme-color"
content="#000000"
/>
<meta
name="title"
content="HealthBooker"
/>
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.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.
content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."
/>
<meta
name="language"
content="en"
/>
<meta
name="keywords"
content="available doctors, update profile, contact section, queries, notifications, admin management system, appointments, doctor application, becoming a doctor, book appointment, remove user, remove doctor, mark appointment completed, application notification, appointment notification"
/>
<meta
name="author"
content="Dunna Avinash"
/>
<meta
name="robots"
content="index, follow"
/>

<!-- Open Graph / Facebook -->
<meta
property="og:type"
content="website"
/>
<meta
property="og:site_name"
content="HealthBooker"
/>
<meta
property="og:url"
content="https://healthbooker.onrender.com/"
/>
<meta
property="og:title"
content="HealthBooker"
/>
<meta
property="og:description"
content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."
/>
<meta
property="og:image"
content="https://github.com/Avinash905/HealthBooker/assets/56786344/983e6ca7-835c-4d7f-accc-7497db1a64e4"
/>

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`.
-->
<!-- Twitter -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
property="twitter:url"
content="https://healthbooker.onrender.com/"
/>
<meta
property="twitter:title"
content="HealthBooker"
/>
<meta
property="twitter:description"
content="This is a web application where patients can book an appointment with a doctor and also people can apply to be listed as a doctor."
/>
<meta
property="twitter:image"
content="https://github.com/Avinash905/HealthBooker/assets/56786344/983e6ca7-835c-4d7f-accc-7497db1a64e4"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link
rel="manifest"
href="/site.webmanifest"
/>
<title>HealthBooker</title>
</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>
</html>
Binary file removed client/public/logo192.png
Binary file not shown.
Binary file removed client/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions client/public/manifest.json

This file was deleted.

1 change: 1 addition & 0 deletions client/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 15bf56a

Please sign in to comment.