microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next/core

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Libraries/Microsoft.Teams.Plugins/Microsoft.Teams.Plugins.AspNetCore.DevTools/web/index.html

14lines · modecode

1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" type="image/svg+xml" href="/devtools/icon.png" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>DevTools</title>
8 <script type="module" crossorigin src="/devtools/assets/index-BtGRgCi2.js"></script>
9 <link rel="stylesheet" crossorigin href="/devtools/assets/index-DUmBwYhV.css">
10 </head>
11 <body>
12 <div id="root"></div>
13 </body>
14</html>
15