scinote-web/app/views/layouts/reports/footer_header.html.erb

10 lines
115 B
Text
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset='utf-8' />
</head>
<body>
<%= yield %>
</body>
</html>