Created
April 6, 2020 13:20
-
-
Save ArnaudBuchholz/694836e989382b6b174d84a644139221 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="https://openui5.hana.ondemand.com/1.76.0/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