github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/controller/static/app/error/error.html (about)

     1  <div style="background-color: rgba(0, 68, 91, 1); position: absolute; top: 0; left: 0; height: 100%; width: 100%; text-align: center;">
     2  <div style="width: 50%; margin: 0 auto;">
     3      <h1 style="margin-top: 100px; margin-bottom: 50px; font-size: 72px; color: #ffffff;">DFace</h1>
     4      <div class="ui warning icon message">
     5              <i class="warning icon"></i>
     6              <div class="content">
     7                  <p>It looks like an error occurred:</p>
     8                  <pre class="logs">{{ error }}</pre>
     9              </div>
    10      </div>
    11  </div>
    12  </div>