1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/layouts/application.html.erb
2011-10-10 15:39:52 +01:00

15 lines
222 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Abidownloads</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>