You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
202 B

  1. {{template "base/head" .}}
  2. {{template "base/navbar" .}}
  3. <div class="container" id="gogs-body">
  4. <div class="col-md-offset-4 col-md-3">
  5. Created successfully!
  6. </div>
  7. </div>
  8. {{template "base/footer" .}}