aboutsummaryrefslogtreecommitdiff
path: root/templates/garage_website_inspect.html
blob: fa8c73788f5eeebf82e561768d2be60877b68b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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}}