26 lines
1.4 KiB
HTML
26 lines
1.4 KiB
HTML
|
{{define "main"}}
|
||
|
<html class="h-full bg-gray-50">
|
||
|
<head>
|
||
|
<title>PARCOURSMOB - Identification</title>
|
||
|
<link rel="stylesheet" href="http://localhost:9000/public/css/main.css" />
|
||
|
</head>
|
||
|
<body class="h-full">
|
||
|
|
||
|
|
||
|
|
||
|
<div class="flex min-h-full flex-col justify-center py-12 sm:px-6 lg:px-8">
|
||
|
<div class="sm:mx-auto sm:w-full sm:max-w-md">
|
||
|
<!-- <img class="mx-auto h-12 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" alt="Your Company"> -->
|
||
|
<h2 class="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">Inscription à PARCOURSMOB</h2>
|
||
|
<p class="p-12 text-gray-500 text-center text-md">Ce lien d'inscription n'est plus actif. Vous avez peut être déjà créé votre compte. Si ce n'est pas le cas, le lien a pu expirer : veuillez en demander un nouveau à l'administrateur PARCOURSMOB de votre structure.</p>
|
||
|
<div>
|
||
|
<a href="/">
|
||
|
<button class="mt-2 flex w-full justify-center rounded-2xl border border-transparent bg-co-blue py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-co-blue focus:outline-none focus:ring-2 focus:ring-co-blue focus:ring-offset-2">Se connecter à PARCOURSMOB</button>
|
||
|
</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
{{end}}
|