cozy-proxy
Version:
Cozy Proxy redirects requests properly to the right application of the Cozy platform depending on given path. It also handles authentication to the Cozy for users and devices.
48 lines (38 loc) • 1.32 kB
HTML
<meta charset="utf-8">
<link rel="stylesheet" href="../client/vendor/assets/fonts/fonts.css" media="screen">
<link rel="stylesheet" href="../client/node_modules/normalize.css/normalize.css" media="screen">
<link rel="stylesheet" href="./main.css" media="screen" charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<div role="application">
<main>
<header>
<figure>
<a href="https://cozy.io">
<img src="assets/illustration-welcome.svg" alt="Welcome to Cozy cloud" />
</a>
</figure>
<h1>Welcome Michel</h1>
<a href="#">You're not Michel?</a>
</header>
<div role="region">
<p>
Congratulation, thanks to you, your personal data are in a safe place, in your Cozy.
</p>
</div>
<footer>
<div class="controls">
<a href="#" role="button">next</a>
</div>
<ol>
<li aria-selected="true">welcome</li>
<li>agreement</li>
<li>set password</li>
<li>confirm</li>
<li>enter your cozy!</li>
</ol>
</footer>
</main>
</div>