Add minimal add-in playgrounds and orchestrator
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user