github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/node/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>teched</title>
     9  
    10  		<script id="sap-ui-bootstrap"
    11  			src="../../resources/sap-ui-core.js"
    12  			data-sap-ui-libs="sap.m"
    13  			data-sap-ui-theme="sap_belize"
    14  			data-sap-ui-compatVersion="edge"
    15  			data-sap-ui-resourceroots='{"com.sap.teched.teched": "./"}'>
    16  		</script>
    17  
    18  		<link rel="stylesheet" type="text/css" href="css/style.css">
    19  
    20  		<script>
    21  			sap.ui.getCore().attachInit(function() {
    22  				new sap.m.Shell({
    23  					app: new sap.ui.core.ComponentContainer({
    24  						height : "100%",
    25  						name : "com.sap.teched.teched"
    26  					})
    27  				}).placeAt("content");
    28  			});
    29  		</script>
    30  	</head>
    31  
    32  	<body class="sapUiBody" id="content">
    33  	</body>
    34  
    35  </html>