File: template.html

package info (click to toggle)
ubuntu-packaging-guide 1.0.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 7,080 kB
  • sloc: python: 360; makefile: 270; javascript: 46
file content (26 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="reset.css" type="text/css" />
<link rel="stylesheet" href="960.css" type="text/css" />
<link rel="stylesheet" href="base.css" type="text/css" />
<link rel="stylesheet" href="guide.css" type="text/css" />
<title>Ubuntu Packaging Guide translators</title>
</head>
<body>
<div class="header-navigation">
  <div>
    <a class="logo-ubuntu" href="http://packaging.ubuntu.com/">
      <img src="images/logo-ubuntu.png" width="119" height="27" alt="Ubuntu logo" />
    </a>
    <a href="http://packaging.ubuntu.com/"><h2>Packaging Guide</h2></a>
  </div>
</div>
<div id="content" class="container_12">
  <div class="section">
    %CONTENT%
  </div>
</div>
</body>
</html>