mirror of
https://github.com/magnum-opus-nn-cp/word-plugin.git
synced 2024-11-21 16:16:34 +03:00
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!-- 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>Press-release analyzer</title>
|
|
|
|
<!-- Office JavaScript API -->
|
|
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>
|
|
|
|
<!-- For more information on Fluent UI, visit https://developer.microsoft.com/fluentui#/. -->
|
|
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"/>
|
|
|
|
<!-- Template styles -->
|
|
<link href="8d9dfc10165c310961fd.css" rel="stylesheet" type="text/css" />
|
|
<script defer src="vendor.js"></script><script defer src="taskpane.js"></script></head>
|
|
|
|
<body class="ms-font-m ms-Fabric">
|
|
<div id="container"></div>
|
|
</body>
|
|
|
|
</html>
|