mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 07:47:55 +00:00
16 lines
478 B
HTML
16 lines
478 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{ partial "head.html" . }}
|
|
<body>
|
|
<div class="content">
|
|
<div class="pageNotFound">
|
|
<h1>Page not found :(</h1>
|
|
<p class="pageNotFound__text">
|
|
You're an explorer, aren't ya?<br>
|
|
But the page you are attempting to access cannot be found.<br>
|
|
Go back to the <a href="{{ "/" | relURL }}">main page</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|