Spaces:
Build error
Build error
File size: 360 Bytes
d9dc826 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
</head>
<body>
<!-- Ribbon commands handler -->
<script>
Office.onReady(() => {
console.log('Chronos2 commands loaded');
});
</script>
</body>
</html>
|