mirror of
https://github.com/magnum-opus-nn-cp/word-plugin.git
synced 2024-11-22 00:26:35 +03:00
18 lines
444 B
HTML
18 lines
444 B
HTML
|
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. -->
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||
|
|
||
|
<!-- Office JavaScript API -->
|
||
|
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>
|
||
|
<script defer src="commands.js"></script></head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|