14 lines
333 B
HTML
14 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>404</title>
|
|
<meta charset="utf8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/style.css?v={{cache.style}}"></link>
|
|
</head>
|
|
<body>
|
|
<h1>404</h1>
|
|
<p>couldn't find <code>{{file}}</code>!</p>
|
|
</body>
|
|
</html>
|
|
|