riemann-dash/example/views/plain.erubis
2012-02-18 15:22:24 -08:00

10 lines
144 B
Text

<html>
<head>
<title>Dashboard</title>
<link rel="stylesheet" type="text/css" href="/css" />
</head>
<body>
<%= yield %>
</body>
</html>