ceph-agent
Version:
Simple UI for Ceph storage
15 lines • 458 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>${code} - ${agent:@title}</title>
<link rel="stylesheet" href="${agent:@public}css/index.css" />
</head>
<body>
<h1>${agent:@title}<sub>version ${agent:@version}</sub></h1>
<hr/>
<h2 class="status-code">${code}</h2>
</body>
</html>