Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 34 additions & 13 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.REACT_APP_THEME = "{{ app_config.REACT_APP_THEME }}";
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Research copilot experience</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>

<head>
<script>
window.REACT_APP_THEME = "{{ app_config.REACT_APP_THEME }}";
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Microsoft Research copilot chat experience</title>
<meta name="description"
content="Explore research papers, talks and project from researchers at Microsoft through an AI chat experience, including conversations." />
<link rel="canonical" href="https://msrchat.azurewebsites.net/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Microsoft Research copilot chat experience" />
<meta property="og:description"
content="Explore research at Microsoft via an AI chatbot, leveraging the reasoning power of GPT4 to help you explore and interact with a broad array of research publications, projects and talks from our research community." />
<meta property="og:url" content="https://msrchat.azurewebsites.net/" />
<meta property="og:site_name" content="Microsoft Research" />
<meta property="article:publisher" content="https://www.facebook.com/microsoftresearch/" />
<meta property="article:modified_time" content="2024-02-07T22:14:29+00:00" />
<meta property="og:image" content="https://www.microsoft.com/en-us/research/uploads/prod/2024/01/MSR-Chat-Promo.png" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="788" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@MSFTResearch" />
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion static/assets/index-6a75b457.js.map

Large diffs are not rendered by default.

51 changes: 36 additions & 15 deletions static/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.REACT_APP_THEME = "{{ app_config.REACT_APP_THEME }}";
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Research copilot experience</title>
<script type="module" crossorigin src="/assets/index-6a75b457.js"></script>
<link rel="stylesheet" href="/assets/index-c6f1e694.css">
</head>
<body>
<div id="root"></div>

</body>

<head>
<script>
window.REACT_APP_THEME = "{{ app_config.REACT_APP_THEME }}";
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Microsoft Research copilot chat experience</title>
<meta name="description"
content="Explore research papers, talks and project from researchers at Microsoft through an AI chat experience, including conversations." />
<link rel="canonical" href=https://msrchat.azurewebsites.net/ />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Microsoft Research copilot chat experience" />
<meta property="og:description"
content="Explore research at Microsoft via an AI chatbot, leveraging the reasoning power of GPT4 to help you explore and interact with a broad array of research publications, projects and talks from our research community." />
<meta property="og:url" content=https://msrchat.azurewebsites.net/ />
<meta property="og:site_name" content="Microsoft Research" />
<meta property="article:publisher" content=https://www.facebook.com/microsoftresearch/ />
<meta property="article:modified_time" content="2024-02-07T22:14:29+00:00" />
<meta property="og:image" content=https://www.microsoft.com/en-us/research/uploads/prod/2024/01/MSR-Chat-Promo.png />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="788" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@MSFTResearch" />
<script type="module" crossorigin src="/assets/index-6a75b457.js"></script>
<link rel="stylesheet" href="/assets/index-c6f1e694.css">
</head>

<body>
<div id="root"></div>

</body>

</html>