-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<link rel="icon" href="icon.png">
<link rel="apple-touch-icon" href="icon.png"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>DailyNotes</title>
<div class="loader"><img src=icon.png>
<div class="title">#DailyNotes</div>
</div>
<script type="text/javascript" src="application.js"></script>
</head>
<body class="sapUiBody" role="application" style="display:block;margin:0px">
<div id="fade">
<div id="content" style="text-align:center; height:100%; min-height: 100%;"></div>
</div>
</body>
<script>
oApplication.load("https://sapui5.hana.ondemand.com/1.84.47/resources/sap-ui-core.js",
"sap-ui-bootstrap",
"sap.m,sap.ui.commons,sap.ui.richtexteditor,sap.ui.unified,sap.ui.core,sap.ui.layout,sap.viz,sap.suite.ui.commons",
"sap_fiori_3",
oApplication.onSAPUI5Loaded)
</script>
</html>