Skip to content
Snippets Groups Projects
Select Git revision
  • c3871c98df58c2b822ff6a27c702a04d4a910ef1
  • importMinAmt default protected
2 results

index.html

Blame
  • user avatar
    snipe authored
    Especially helpful for those running Snipe-IT in a closed environment
    9d555f54
    History
    index.html 956 B
    <!DOCTYPE html>
    <html>
        <head>
          <title>
             Snipe-IT Setup
          </title>
    
            <style>
              td, th {
                font-size: 14px;
              }
    
              .preflight-success {
                color: green;
              }
    
              .preflight-error {
                color: red;
              }
    
              .preflight-warning {
                color: orange;
              }
    
              .page-header {
                font-size: 280%;
              }
    
              h3 {
                font-size: 250%;
              }
    
              .alert {
                font-size: 16px;
              }
    
            </style>
    
        </head>
        <body>
              <div class="container">
                  <div class="row">
                      <div class="col-lg-11 col-lg-offset-1">
                            <h1>D'oh. If you're seeing this, your DocumentRoot is set incorrectly. It should be set to the <code>public</code> directory.
                      </div>
                  </div>
              </div>
    
        </body>
    </html>