Skip to content

Instantly share code, notes, and snippets.

View Skp97's full-sized avatar

SOURAV KASHYAP PANDA Skp97

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"></script>
</head>
<body style="font-family:Segoe UI; text-align:center; padding-top:50px;">
<h2>⚠️ Please enable meeting transcript</h2>
<p>To use this bot, please enable transcription in the Teams meeting.</p>
@Skp97
Skp97 / status.html
Last active February 12, 2026 10:34
<!DOCTYPE html>
<html>
<head>
<title>Bot Status</title>
<style>
body {
font-family: "Segoe UI", sans-serif;
text-align: center;
padding: 50px;
background-color: #f3f2f1;