Skip to content

Commit ec2b9ed

Browse files
committed
actually move openui5
1 parent e321151 commit ec2b9ed

File tree

11 files changed

+7557
-0
lines changed

11 files changed

+7557
-0
lines changed

frameworks/keyed/openui5/README.md

Whitespace-only changes.

frameworks/keyed/openui5/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<title>OpenUI5</title>
7+
<script id="sap-ui-bootstrap"
8+
src="./dist/resources/sap-ui-boot.js"
9+
data-sap-ui-language="en"
10+
data-sap-ui-compat-version="edge"
11+
data-sap-ui-modules="[ui5/benchmark/Component-bundle]"
12+
data-sap-ui-on-init="ui5/benchmark/startUp@./dist/"
13+
data-sap-ui-preload-lib-css="sap.ui.core"
14+
data-sap-ui-async="true" async>
15+
</script>
16+
<style>
17+
.danger {
18+
background-color: red;
19+
}
20+
</style>
21+
</head>
22+
23+
<body class="container" id="content">
24+
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
25+
</body>
26+
<link href="/css/currentStyle.css" rel="stylesheet"/>
27+
28+
</html>

0 commit comments

Comments
 (0)