metamaps--metamaps/app/views/layouts/pages.html.erb

9 lines
97 B
Plaintext
Raw Normal View History

2016-11-06 01:12:00 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Metamaps</title>
</head>
<body>
<%= yield %>
</body>
</html>