Files
start9.com/src/404.njk
Lucy C a906201826 Update/product rename (#21)
* rename products

* more renames and edit graphic

* update community tech job

* fix links
2023-05-12 14:50:06 -06:00

25 lines
616 B
Plaintext

---
title: Not Found
layout: layouts/peripheral.njk
permalink: /public/404.html
---
<section id="hero">
<div id="hero-image" class="image-with-shadow">
<img
src="/assets/images/dev-hero.png"
alt="404 page hero image: html tag emerging from a server"
title="404 page hero image: html tag emerging from a server"/>
<img class="img-shadow" src="/assets/images/dev-hero.png" alt=""/>
</div>
<div id="logo">
<h1>
<span>Not found</span>
</h1>
</div>
</section>
<section id="not-found" class="section--no-image">
The page you are looking for does not exist :(
</section>