9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
<html>
|
|
<head>
|
|
<%= stylesheet_link_tag :relative_assets %>
|
|
<%= javascript_include_tag :app %>
|
|
</head>
|
|
<body>
|
|
<%= image_tag "blank.gif" %>
|
|
</body>
|
|
</html> |