Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86d4eb6ffd187a64120e7b3f1e7d02d30b13f194 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div style="height:100vh;">

	<div class="d-flex flex-column align-items-center justify-content-center h-100">
		<h1 class="display-1 text-muted">Oops!</h1>
		<p class="lead">Error 404. The page you requested could not be found.</p>
		<a href="{{ .Site.BaseURL | relLangURL }}" class="btn btn-outline-primary mt-5">
			<i class="fas fa-arrow-left"></i>
			Return to the homepage
		</a>
	</div>
</div>