forked from altsoft/platypusjs-widgets-api-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application-start.html
22 lines (19 loc) · 1.13 KB
/
application-start.html
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'>
<title>Platypus client start page</title>
<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 href="ball/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="ball/css/bootstrap.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script type="text/javascript" src="web/pwc/pwc.nocache.js" source-path="app" entry-point="start"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="ball/assets/vendor/jquery.min.js"><\/script>');</script>
<script type="text/javascript" src="ball/js/bootstrap.min.js"></script>
<script type="text/javascript" src="ball/js/bootstrap.js"></script>
</body>
</html>