mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
16 lines
294 B
HTML
16 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Alfresco Angular 2 Document List - Demo</title>
|
|
<base href="./">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
|
|
<alfresco-app-demo></alfresco-app-demo>
|
|
|
|
</body>
|
|
</html>
|