8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
<html>
|
|
<head>
|
|
<%= stylesheet_link_tag :relative_assets %>
|
|
</head>
|
|
<body>
|
|
<%= image_tag "blank.gif" %>
|
|
</body>
|
|
</html> |