accounts.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <title><%= @page_title %></title>
- <meta http-equiv="imagetoolbar" content="no" />
- <%= stylesheet_link_tag "accounts" %>
- </head>
- <body>
- <div id='logincontainer'>
- <div class='inner'>
- <%= yield %>
- </div>
- </div>
- </body>
- </html>