forked from kapsiry/kapsi-verkkosivut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-head.html
32 lines (32 loc) · 1.18 KB
/
template-head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!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 content="text/html; charset=utf-8" http-equiv="content-type" />
<link media="screen" href="http://www.kapsi.fi/screen.css" type="text/css" rel="stylesheet" />
<link media="print" href="http://www.kapsi.fi/print.css" type="text/css" rel="stylesheet" />
<link media="all" href="http://www.kapsi.fi/content.css" type="text/css" rel="stylesheet" />
<title>
Dummy template
</title>
</head>
<body>
<!-- Logo ei-css selaimia varten -->
<img src="http://www.kapsi.fi/logo.png" alt="Kapsin logo" style="display: none" />
<div class="otsikko_wrapper">
<h1 class="otsikko">
<span class="kapsi">KEHITYSYMPÄRISTÖ</span>
</h1>
</div>
<div class="mainarea">
<div class="menu">
<ul>
<li>
<a href="../">Etusivu</a>
</li>
<li><a href="">…</a></li>
</ul>
</div>
<div class="right">
<div class="content">
<div class="logo"></div> <!-- Logo tässä jotta hiirellä valinta toimii oikein -->
<h1 class="contenttop">Sivun otsikko</h1>