19 lines
669 B
Plaintext
19 lines
669 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Loading</title>
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
|
|
<script src="/api/plugin/uiLibFFSpaLoader/es5-ff-spa-loader.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/api/plugin/uiLibFFSpaLoader/es5-ff-spa-loader.css" />
|
|
</head>
|
|
<body>
|
|
<script>
|
|
FFSpaLoader.options.boot.debug.enable = true;
|
|
FFSpaLoader.options.boot.angular.modules.push('tcrudUI');
|
|
FFSpaLoader.options.server.assets = '/api/server/config/client-resources-mobile';
|
|
FFSpaLoader.start();
|
|
</script>
|
|
</body>
|
|
</html>
|