-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication-start.html
More file actions
22 lines (22 loc) · 1.36 KB
/
application-start.html
File metadata and controls
22 lines (22 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<!--meta name="gwt:property" content="locale=ru"-->
<title>Platypus client start page</title>
<link href="app/icons/favicon.ico" rel="shortcut icon"/>
<link rel="stylesheet" type="text/css" href="web/pwc/reset.css" />
<link rel="stylesheet" type="text/css" href="web/pwc/theme.css" />
<link rel="stylesheet" type="text/css" href="web/pwc/flaticon.css" />
<link rel="stylesheet" type="text/css" href="app/syntaxhighlighter_3.0.83/styles/shCore.css" />
<link rel="stylesheet" type="text/css" href="app/syntaxhighlighter_3.0.83/styles/shThemeDefault.css" />
<script type="text/javascript" src="app/syntaxhighlighter_3.0.83/scripts/shCore.js"></script>
<script type="text/javascript" src="app/syntaxhighlighter_3.0.83/scripts/shBrushJScript.js"></script>
</head>
<body style="">
<div id = 'LoadingProgress' style="position: absolute; height: 200px; width: 200px; left:50%; top: 50%; margin-top: -100px; margin-left:-100px; background-image: url('app/icons/loading5.gif')"></div>
<div id='Main' style="width:100%; height:100%;" >
</div>
<script type="text/javascript" src="web/pwc/pwc.nocache.js" entry-point="start"></script>
</body>
</html>