mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
17 lines
279 B
HTML
17 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{ partial "header.html" . }}
|
|
<body>
|
|
<div class="content">
|
|
{{ partial "head.html" . }}
|
|
|
|
<br />
|
|
<center>
|
|
<large>404 - Page Not Found</large>
|
|
</center>
|
|
|
|
{{ partial "footer.html" . }}
|
|
</div>
|
|
</body>
|
|
</html>
|