-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
27 lines (27 loc) · 1.08 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<title>App name</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" href="/images/apple/icon_180.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple/icon_76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple/icon_120.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple/icon_152.png">
<link rel="apple-touch-startup-image" href="/images/apple/icon_180.png">
<link rel="stylesheet" type ="text/css" href="/css/screen.css?${timestamp}">
<script>
var serverBuildDateTime = "${timestamp}";
var UiVersion = "1.0";
var UiRevision = "${buildNumber}";
</script>
</head>
<body>
<div id="region--main" class="app-container layout--container"></div>
<div id="region--notification"></div>
<div id="region--modal"></div>
<script src="/js/app.js?${timestamp}"></script>
</body>
</html>