2016-04-15 09:35:19 +01:00

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>