Skip to content

Commit

Permalink
Add initial HTML website with Microsoft Copilot embed
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-2022 committed Aug 7, 2024
1 parent 4981fba commit 100c8dd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website with Microsoft Copilot</title>
<style>
body, html {
height: 100%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
}
iframe {
border: none;
width: 80%;
height: 80%;
}
</style>
</head>
<body>
<iframe src="https://copilotstudio.microsoft.com/environments/Default-c1136be9-3a18-45ff-8099-b182bfd6890c/bots/cr2b6_techCareerAdviceChatBotMs/webchat?__version__=2" frameborder="0" style="width: 100%; height: 100%;"></iframe>
</body>
</html>

0 comments on commit 100c8dd

Please sign in to comment.