mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
20 lines
480 B
HTML
20 lines
480 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title><alfresco-file-list></title>
|
|
|
|
<!-- Importing Web Component's Polyfill -->
|
|
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
|
|
|
|
<!-- Importing Custom Elements -->
|
|
<link rel="import" href="src/alfresco-file-list.html">
|
|
</head>
|
|
<body>
|
|
<div style="height: 900px">
|
|
<!-- Using Custom Elements -->
|
|
<alfresco-file-list></alfresco-file-list>
|
|
</div>
|
|
</body>
|
|
</html>
|