Mini Kabibi Habibi
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -->
<!-- See LICENSE in the project root for license information -->
<!doctype html>
<html lang="en" data-framework="typescript">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Commanding Pane Add-in</title>
<link href="taskpane.css" rel="stylesheet" type="text/css" />
</head>
<body class="commanding-helppane">
<div id="container" ></div>
<script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="taskpane.js"></script></body>
</html>