[go: up one dir, main page]

Menu

[2ad967]: / error.html  Maximize  Restore  History

Download this file

10 lines (10 with data), 464 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<div class="center-block" >
<p class="line"><i class="fa fa-frown-o"></i></p>
<h1 class="line">Uh Oh!</h1>
<h2 class="line"><span class="name-container">{{error.code}}</span> {{error.name}}</h2>
<p class="line">{{error.message}}</p>
<p class="line"><a href="#/" class="btn"><i class="fa fa-home"></i> Go back home.</a></p>
<div class="logo pull-right">
<img src="images/flameslogo.png" alt="The F.L.A.M.E.S Game" height="89px" width="236px">
</div>
</div>