OSDN Git Service

Add the web_root.
[keitairc/keitairc.git] / lib / templates / ipod-sjis / 404.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
6     <meta http-equiv="Cache-Control" content="max-age=0" />
7     <meta name="Robots" content="noindex,nofollow">
8     <meta name="Keywords" content="norobot">
9     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
10     <style type="text/css" media="screen">
11       @import "<!-- tmpl_var root -->iui/iui.css";
12       @import "<!-- tmpl_var root -->iui-keitairc.css";
13     </style>
14     <script type="application/x-javascript" src="<!-- tmpl_var root -->iui/iui.js"></script>
15     <!-- tmpl_var header -->
16     <title><!-- tmpl_var title --></title>
17   </head>
18   <body>
19
20     <div class="toolbar">
21       <h1 id="pageTitle"></h1>
22       <a target="_self" class="button leftButton backButton" href="<!-- tmpl_var root -->">\83\8d\83O\83C\83\93</a>
23     </div>
24
25     <div title="Not Found" class="panel" selected="true">
26       <h2>
27         No such action (<!-- tmpl_var action -->)
28       </h2>
29       <div class="footer">
30         <!-- tmpl_var timestamp --><br />
31         keitairc <!-- tmpl_var version -->
32       </div>
33     </div>
34
35   </body>
36 </html>