Created
April 6, 2020 13:25
-
-
Save ArnaudBuchholz/8e41af24afbff6fbbfde7350f0b8157f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>OpenUI5 Demo App</title> | |
| <script id="sap-ui-bootstrap" | |
| src="./resources/sap-ui-core.js" | |
| data-sap-ui-theme="sap_fiori_3" | |
| data-sap-ui-libs="sap.m" | |
| data-sap-ui-resourceroots='{"Demo": "./"}' | |
| data-sap-ui-onInit="module:Demo/index" | |
| data-sap-ui-compatVersion="edge" | |
| data-sap-ui-async="true"> | |
| </script> | |
| </head> | |
| <body class="sapUiBody" id="content"></body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment