-
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.
Merge remote-tracking branch 'origin/dev-client'
- Loading branch information
Showing
10 changed files
with
41 additions
and
38 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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,42 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | ||
<link rel="mask-icon" href="%PUBLIC_URL%/logo192.png" color="#000000" /> | ||
|
||
<!-- Viewport, Theme Color and Google Verification --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="A funny helpful assistant." | ||
/> | ||
<!-- | ||
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. | ||
<meta name="google-site-verification" content="3lmPEXpiR-lN6E_C-iZxRSzHDErRID7yOfAg7AW_BoU" /> | ||
|
||
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>Devabot</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. | ||
<!-- Primary Meta Tags --> | ||
<title>Devabot AI ✨</title> | ||
<meta name="description" content="Devablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor."> | ||
<meta name="title" content="Devabot AI ✨" /> | ||
<meta name="keywords" content="Devablos, Devablos V2, Devablos sign up, Devablo, Devablos help, AI chatbot, virtual assistant, AI companion, live weather updates, AI insights, digital assistant, interactive AI, Devablos chat, Devablos support, Devablos account, AI humor, Devablos login, tech assistant, AI interaction, artificial intelligence, intelligent digital assistant, chatbot entertainment, user-friendly AI, Devablos chatbot, Devablos website" /> | ||
<meta name="robots" content="index, follow"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
|
||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
<!-- Open Graph Meta Tags --> | ||
<meta property="og:url" content="http://devablos-v2.azurewebsites.net"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:site_name" content="Devabot AI ✨"> | ||
<meta property="og:title" content="Devabot AI ✨"> | ||
<meta property="og:description" content="Devablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor."> | ||
<meta property="og:image" content="http://devablos-v2.azurewebsites.net/banner.png"> | ||
<meta property="og:image:width" content="500"> | ||
<meta property="og:image:height" content="333"> | ||
|
||
To begin the development, run `npm start` or `yarn start`. | ||
To create a production bundle, use `npm run build` or `yarn build`. | ||
--> | ||
</body> | ||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:domain" content="devablos-v2.azurewebsites.net"> | ||
<meta property="twitter:url" content="http://devablos-v2.azurewebsites.net"> | ||
<meta name="twitter:title" content="Devabot AI ✨"> | ||
<meta name="twitter:description" content="MDevablos Project V2 - Your friendly AI-powered Assistant. Ask anything from weather updates to AI insights and enjoy engaging conversations with a dash of humor."> | ||
<meta name="twitter:image" content="http://devablos-v2.azurewebsites.net/banner-1200x600.png"> | ||
<meta name="twitter:widgets:new-embed-design" content="on"> | ||
|
||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * | ||
Disallow: |
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