diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-18 22:09:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-18 22:09:56 +0200 |
commit | e77b9ebd9c6bc1edca7233042b531a9204d8fa6d (patch) | |
tree | 73415bf4cc33843ce5de72c4942f23ad6c7dd997 /templates/garage_website_inspect.html | |
parent | 37b769491028a86d697e8d18be09b6e0c1046046 (diff) | |
download | guichet-e77b9ebd9c6bc1edca7233042b531a9204d8fa6d.tar.gz guichet-e77b9ebd9c6bc1edca7233042b531a9204d8fa6d.zip |
all templates are ok
Diffstat (limited to 'templates/garage_website_inspect.html')
-rw-r--r-- | templates/garage_website_inspect.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html new file mode 100644 index 0000000..fa8c737 --- /dev/null +++ b/templates/garage_website_inspect.html @@ -0,0 +1,43 @@ +{{define "title"}}Inspecter le site web |{{end}} + +{{define "body"}} +<div class="d-flex"> + <h4>Inspecter le site web</h4> + <a class="ml-auto btn btn-link" href="/garage/key">Mes identifiants</a> + <a class="ml-4 btn btn-success" href="/garage/website/new">Nouveau site web</a> + <a class="ml-4 btn btn-info" href="/garage/website">Mes sites webs</a> +</div> + +<table class="table mt-4"> + <tbody> + <tr> + <th scope="row">ID</th> + <td>afa8f0a22b40b1247ccd0affb869b0af5cff980924a20e4b5e0720a44deb8d39</td> + </tr> + <tr> + <th scope="row">URLs</th> + <td>nix.web.deuxfleurs.fr</td> + </tr> + <tr> + <th scope="row">Document d'index</th> + <td>index.html</td> + </tr> + <tr> + <th scope="row">Document d'erreur</th> + <td>error/400.html</td> + </tr> + <tr> + <th scope="row">Nombre de fichiers</th> + <td>488/infini</td> + </tr> + <tr> + <th scope="row">Espace utilisé</th> + <td>83216486/infini</td> + </tr> + </tbody> +</table> + +<h4>Configurer le nom de domaine</h4> + +<p>Le nom de domaine est géré par deuxfleurs, il n'y a rien à configurer.</p> +{{end}} |