mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
17 lines
328 B
HTML
Executable File
17 lines
328 B
HTML
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
|
|
<link rel="import" href="alfresco-login.html">
|
|
|
|
</head>
|
|
<body>
|
|
<alfresco-login method="GET"></alfresco-login>
|
|
|
|
</body>
|
|
</html>
|