github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/archive/testdata/testbuildparams/ui2/webapp/index.html (about)

     1  <!DOCTYPE HTML>
     2  <html>
     3  
     4  	<head>
     5  		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
     6  		<meta charset="UTF-8">
     7  
     8  		<title>ui2</title>
     9  
    10  		<script id="company-ui-bootstrap"
    11  			src="https://companyui5.hana.ondemand.com/resources/company-ui-core.js"
    12  			data-company-ui-libs="company.m"
    13  			data-company-ui-theme="company_belize"
    14  			data-company-ui-compatVersion="edge"
    15  			data-company-ui-resourceroots='{"b.ui2": "./"}'>
    16  		</script>
    17  
    18  		<link rel="stylesheet" type="text/css" href="css/style.css">
    19  
    20  		<script>
    21              company.ui.getCore().attachInit(function() {
    22  				new company.m.Shell({
    23  					app: new company.ui.core.ComponentContainer({
    24  						height : "100%",
    25  						name : "b.ui2"
    26  					})
    27  				}).placeAt("content");
    28  			});
    29  		</script>
    30  	</head>
    31  
    32  	<body class="companyUiBody" id="content">
    33  	</body>
    34  
    35  </html>