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.
22 lines
709 B
22 lines
709 B
---
|
|
layout: default
|
|
permalink: /404.html
|
|
---
|
|
|
|
<div class="full" style="background-color: #3399D4;">
|
|
<div class="four spacing"></div>
|
|
<div class="section-title">
|
|
<div class="row">
|
|
<div class="medium-10 medium-centered columns">
|
|
<img src="/images/main/404.svg">
|
|
<h1 class="wow slideInUp">Page not found</h1>
|
|
</div>
|
|
<div class="small-6 columns">
|
|
<a href="#" onclick="history.go(-1)" class="button boxed white" style="float: right;">Go a page back</a>
|
|
</div>
|
|
<div class="small-6 columns">
|
|
<a href="https://ura.design" class="button boxed white" style="float: left;">Go to homepage</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|