intermodal/www/404.html
Casey Rodarmor b67a2f1885
Fix 404.css link
type: documentation
2020-04-18 23:58:01 -07:00

14 lines
328 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 -->