mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* vendor libraries * vendor libraries settings * additional vendor libs settings * production settings for i18n * fix pdfs and favicon paths * readme update * code cleanup
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="/">
|
|
<title>Demo Application - Angular 2</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" rel="stylesheet" type="text/css">
|
|
|
|
<!-- 1. Load libraries -->
|
|
<!-- Polyfill(s) for Safari (pre-10.x) -->
|
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en"></script>
|
|
|
|
<!-- Polyfill(s) for older browsers -->
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/dom4/1.8.3/dom4.js"></script>
|
|
|
|
<style>
|
|
.main_header_adf .mdl-layout__drawer-button {
|
|
right: 0 !important;
|
|
left: initial !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<!-- 3. Display the application -->
|
|
<body>
|
|
<alfresco-app>
|
|
<div id="loader-container" class="loader-container">
|
|
<div class="loader-item">
|
|
<div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
|
|
<div id="loader-text" class="loader-text">Loading Demo Shell..</div>
|
|
</div >
|
|
</div>
|
|
</alfresco-app>
|
|
</body>
|
|
</html>
|