mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:48:52 -05:00
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.60.1-0.20230811070109-1d4140be554d to 0.61.1. - [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md) - [Commits](https://github.com/libregraph/lico/commits/v0.61.1) --- updated-dependencies: - dependency-name: github.com/libregraph/lico dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
711 B
HTML
22 lines
711 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head data-kopano-build="%VITE_KOPANO_BUILD%">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
|
|
<meta property="csp-nonce" content="__CSP_NONCE__">
|
|
<title>Sign in to your account</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="bg">
|
|
<div></div>
|
|
</div>
|
|
<div id="root" data-path-prefix="__PATH_PREFIX__"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|