generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhome.html
32 lines (27 loc) · 1.14 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Migration tool for Cloud Integration</title>
<link rel="stylesheet" href="custom.css" />
<!-- <script src="odata/v4/app-information/LaunchpadInfo/Script/$value"></script> -->
<script>
window['sap-ushell-config'] = {
defaultRenderer: 'fiori2'
};
</script>
<!-- <script src="./sandbox.js"></script> -->
<script src="https://ui5.sap.com/1.129.2/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
<script src="https://ui5.sap.com/1.129.2/resources/sap-ui-core.js"
data-sap-ui-libs="sap.m, sap.ushell, sap.fe.templates" data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_horizon" data-sap-ui-frameOptions="allow" data-sap-ui-bindingSyntax="complex"></script>
<script>
sap.ui.getCore().attachInit(function () {
sap.ushell.Container.createRenderer().placeAt('content');
});
</script>
</head>
<body class="sapUiBody" id="content"></body>
</html>