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

404.html « layouts - github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ed5dea8f135fceac0756884a16a40d22ba3e669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
    <head>
        {{ partial "head.html" . }}
    </head>
    <body>
	    <div class="error404">
			404<br>
			PAGE NOT<br>
			FOUND :(
		</div>
	</body>
</html>