mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
19 lines
432 B
HTML
19 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Grafana</title>
|
|
<link rel="stylesheet" href="/public/css/grafana.dark.min.css" title="Dark">
|
|
<link rel="icon" type="image/png" href="img/fav32.png">
|
|
<base href="/">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>404</h1>
|
|
</body>
|
|
|
|
</html>
|