16 lines
557 B
HTML
16 lines
557 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Commands</title>
|
|
<script src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js" type="text/javascript"></script>
|
|
<script>
|
|
Office.onReady(function() { console.log('Commands page Office.onReady'); });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h2>Commands placeholder</h2>
|
|
<p>This file is referenced by the manifest and is not used for the minimal sample.</p>
|
|
</body>
|
|
</html> |