OSDN Git Service

- modified PluginManager module.
[feedblog/feedgenerator.git] / erbtemp / error.html.erb
1 <!DOCTYPE html>
2 <html>
3         <head>
4                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5                 <title><%= APPTITLE %></title>
6                 <link rel="stylesheet" href="./css/reset.css" type="text/css"/>
7                 <link rel="stylesheet" href="./css/base.css" type="text/css"/>
8         </head>
9         <body>
10                 <br>
11                 <br>
12                 <div class="small_contents center">
13                         <h1>エラーが発生しました。</h1>
14                          <%= session["error"] %>
15                 </div>
16                 <div class="bottom_area">
17                         <%= APPVERSION %>
18                 </div>
19         </body>
20 </html>
21