Going on and add to repo not committed files

This commit is contained in:
Claudio Boggian
2024-06-24 11:10:18 +02:00
parent 7c44cd7872
commit 9b3e1a3c35
512 changed files with 1311366 additions and 123 deletions
+42
View File
@@ -0,0 +1,42 @@
<!--<!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 type="text/javascript" src="../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="../../node_modules/showdown/dist/showdown.min.js"></script>
<script type="text/javascript" src="../../node_modules/urijs/src/URI.min.js"></script>
<script type="text/javascript" src="../helpers/addin-config.js"></script>
<script type="text/javascript" src="../helpers/gist-api.js"></script>
</head>
<body>-->
<!-- NOTE: The body is empty on purpose. Since functions in commands.js are
invoked via a button, there is no UI to render. -->
<!--</body>
</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 type="text/javascript" src="commands.js"></script>
</head>
<body>
</body>
</html>