-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (25 loc) · 912 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div show-during-resolve class="alert alert-info">
<strong>Loading.</strong>
Please hold.
</div>
<div class="container" style="margin-top: 100px;">
<!--Begining of the container-->
<div class="row"></div>
<!--Mid of the Container-->
<div class="row">
<div class="col-6 col-sm-6 col-lg-6">
<!--Owl-->
<img src="images/owl.png" style="height:408px; width:auto; margin-left:-84px;">
</div>
<div class="col-6 col-sm-6 col-lg-6">
<img src="images/404-text.png" style="height:243px; width:auto; margin-left:130px; margin-top:50px;">
</div>
</div>
<!--End of the container-->
<div class="row">
<div class="col-12 col-sm-12 col-lg-12" >
<img src="images/splash-logo.png" style="margin-top:-19px; height:150px; width:auto; float: right;">
</span>
</div>
</div>
</div>