security-c4po/security-c4po-angular/src/index.html

14 lines
364 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Security C4PO</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/images/favicons/favicon_corporate.ico">
</head>
<body id="loader-wrapper">
<app-root id="loader"></app-root>
</body>
</html>