ervu-lkrp-fl/frontend/index.html

25 lines
886 B
HTML
Raw Normal View History

2024-06-11 11:39:10 +03:00
<!DOCTYPE html>
<html>
<head>
2024-06-17 13:37:55 +03:00
<title>ervu_lkrp_fl</title>
2024-06-11 11:39:10 +03:00
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
2024-06-17 11:13:27 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2024-06-11 11:39:10 +03:00
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
<link rel="stylesheet" href="src/resources/css/style.css"/>
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
<script>
System.import('webbpm').catch(function (err) {
console.error(err);
});
</script>
</head>
2024-06-17 13:37:55 +03:00
<body webbpm class="webbpm ervu_lkrp_fl">
2024-06-11 11:39:10 +03:00
<div class="progress"></div>
</body>
</html>