Skip to content

Commit

Permalink
Bootstrap OpenUI5
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jun 8, 2017
1 parent baee690 commit beb882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script>
sap.ui.getCore().attachInit(function () {
document.getElementById("content").innerHTML = '<h1>Welcome to OpenUI5!</h1>';
sap.m.Text({text: "Welcome to OpenUI5!"}).placeAt("content");
});
</script>
</head>
Expand Down

0 comments on commit beb882e

Please sign in to comment.