github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/assets/templates/move_in_progress.html (about)

     1  <!DOCTYPE html>
     2  <html lang="{{.Locale}}">
     3    <head>
     4      <meta charset="utf-8">
     5      <meta name="viewport" content="width=device-width, initial-scale=1">
     6      <meta name="theme-color" content="#fff">
     7      <title>{{.Title}}</title>
     8      <link rel="stylesheet" href="{{asset .Domain "/fonts/fonts.css" .ContextName}}">
     9      <link rel="stylesheet" href="{{asset .Domain "/css/cozy-bs.min.css" .ContextName}}">
    10      <link rel="stylesheet" href="{{asset .Domain "/styles/theme.css" .ContextName}}">
    11      <link rel="stylesheet" href="{{asset .Domain "/styles/cirrus.css" .ContextName}}">
    12      {{.Favicon}}
    13    </head>
    14    <body class="cirrus theme-inverted">
    15      <main class="wrapper">
    16        <header class="wrapper-top">
    17          <a href="https://cozy.io/" class="btn p-2 d-sm-none">
    18            <img src="{{asset .Domain "/images/logo-dark.svg"}}" alt="Cozy Cloud" class="logo" />
    19          </a>
    20        </header>
    21  
    22        <div class="d-flex flex-column align-items-center mb-md-3">
    23          <img src="{{asset .Domain "/images/relocation-animated.svg"}}" alt="" class="illustration big mb-3" />
    24          <h1 class="h4 h2-md mb-3 text-center">{{.Title}}</h1>
    25          <div class="alert alert-info mb-3 w-100 small text-center">
    26            {{tHTML "Move in progress Box" .Source .Domain }}
    27          </div>
    28          <p class="text-center text-muted small">{{t "Move in progress Description"}}</p>
    29        </div>
    30  
    31        <footer></footer>
    32      </main>
    33      <script src="{{asset .Domain "/scripts/cirrus.js"}}"></script>
    34      <script src="{{asset .Domain "/scripts/import.js"}}"></script>
    35    </body>
    36  </html>