Le framework HUGO utilisé pour créer son CV en 2 minutes
https://cv.gregandev.fr
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.
17 lines
478 B
17 lines
478 B
4 years ago
|
<!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>
|