source: projects/web/trunk/template/header.tmpl @ 1781

Revision 1781, 2.5 KB checked in by daisuke, 14 years ago (diff)
Line 
1
2<?xml version="1.0" encoding="UTF-8"?>
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xml:lang="ja" lang="ja" xmlns="http://www.w3.org/1999/xhtml">
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  <title>Vine Linux</title>
10  <link href="/css/layout.css" rel="stylesheet" type="text/css" media="screen,tv,print" />
11  <link rel="icon" href="/images/vinelogo-trans.png" type="image/png" />
12  <link rel="shortcut icon" href="/images/vinelogo-trans.png" />
13  <script type="text/javascript">
14  var _gaq = _gaq || [];
15  _gaq.push(['_setAccount', 'UA-156959-1']);
16  _gaq.push(['_trackPageview']);
17  (function() {
18    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
19    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
20    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
21  })();
22  </script>
23</head>
24
25<body>
26
27<!-- HEADER -->
28<div id="toplogo">
29  <img src="/images/logo-vinelinux-nostring.png" alt="Vine Linux" />
30  <div id="toplogo-title">
31  <h1><strong>V</strong>ine<strong>L</strong>inux</h1>
32  <p>- コンパクトで軽量な日本語ディストリビューション -</p>
33  </div>
34
35  <!-- ADs/HEADER -->
36  <div id="ads">
37<script type="text/javascript"><!--
38google_ad_client = "pub-0334540465096658";
39/* 468x60, vinelinux top */
40google_ad_slot = "3130274210";
41google_ad_width = 468;
42google_ad_height = 60;
43//-->
44</script>
45<script type="text/javascript"
46src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
47</script>
48  </div>
49</div>
50<!-- End HEADER -->
51
52<div id="menu">
53  <ul id="main">
54    <li><a class="left" href="/">ホーム</a></li>
55    <li><a href="/aboutvinelinux.html">Vine Linux</a></li>
56    <li><a href="/download.html">ダウンロード</a></li>
57    <li><a href="/documentation.html">ドキュメント</a></li>
58    <li><a href="/books.html">書籍</a></li>
59    <li><a href="/ml.html">ML</a></li>
60    <li><a href="/errata.html">エラッタ情報</a></li>
61    <li><a href="/bts.html">バグ情報</a></li>
62    <li><a href="/projects.html">プロジェクト</a></li>
63    <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li>
64    <li><a href="http://trac.vinelinux.org/">Wiki</a></li>
65  </ul>
66</div>
67<!-- End Menu -->
Note: See TracBrowser for help on using the repository browser.