OSDN Git Service

テンプレートエンジンの更新
[cosmic/source.git] / themes / default / include / html_header.inc.html
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7         <meta http-equiv="Content-Script-Type" content="text/javascript" />
8         <meta http-equiv="Content-Style-Type" content="text/css" />
9         <link rel="stylesheet" type="text/css" href="{{URL_THEMES}}/{{SITE_THEME}}/screen.css" />
10         <title>{{SITE_NAME}}</title>
11         <script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
12         {{head_additional}}
13 </head>
14 <body>
15         <div id="header" style="text-align:center;">
16                 {{SITE_NAME}}
17         </div>