intermodal/www/404.html
Casey Rodarmor 87687f4dec
Add custom 404 page to site
type: documentation
2020-04-18 23:43:24 -07:00

14 lines
327 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>I N T E R M I S S I N G</title>
<link href="404.css" rel="stylesheet" type="text/css">
</head>
<body>
<div><a href="/"></a></div>
</body>
</html>
<!-- Love, Casey -->