Skip to content

Commit a5cb255

Browse files
committed
Merge branch 'albertlast-openUI5'
2 parents e5e5c85 + 374a3b3 commit a5cb255

29 files changed

+10764
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>UI5 Benchmark</title>
6+
<script
7+
id="sap-ui-bootstrap"
8+
src="./dist/resources/sap-ui-core.js"
9+
data-sap-ui-libs="sap.m"
10+
data-sap-ui-compatVersion="edge"
11+
data-sap-ui-async="true"
12+
data-sap-ui-onInit="module:sap/ui/core/ComponentSupport"
13+
data-sap-ui-resourceroots='{
14+
"ui5.benchmark": "./dist/"
15+
}'>
16+
17+
</script>
18+
<link href="/css/currentStyle.css" rel="stylesheet" />
19+
</head>
20+
<body class="container" id="content">
21+
<div data-sap-ui-component data-name="ui5.benchmark" data-id="container" data-settings='{"id" : "benchmark"}'></div>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)