mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
* rename products * more renames and edit graphic * update community tech job * fix links
25 lines
616 B
Plaintext
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>
|
|
|