Skip to content

Instantly share code, notes, and snippets.

View 3mm3ttm's full-sized avatar
💭
Developing new things gives me sanity.

Emmett M. 3mm3ttm

💭
Developing new things gives me sanity.
View GitHub Profile
@3mm3ttm
3mm3ttm / not_found.html
Created April 16, 2026 20:17
a traditional not found page
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="robots" content="nofollow">
<meta name="viewport" content="width=device-width, initial-size=1.0">
<title>Page Not Found</title>
<!-- The CSS stylesheet link can contain all types of styling, and applies to all elements. to single out elements, use "<element class="">"-->
<!-- remove the content on the next line if it does not apply to you. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">