Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

404.tpl 577B

1234567891011121314151617
  1. {include file="header.tpl"}
  2. <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  3. <div class="row">
  4. <div class="col-sm-12">
  5. <div class="text-center error-box">
  6. <h1 class="error-text-2 bounceInDown animated"> Error 404 <span class="particle particle--c"></span><span class="particle particle--a"></span><span class="particle particle--b"></span></h1>
  7. <h2 class="font-xl"><strong><i class="fa fa-fw fa-warning fa-lg text-warning"></i> Page <u>Not</u> Found</strong></h2>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. {include file="footer.tpl"}