File: default.html

package info (click to toggle)
libsigc%2B%2B-3.0 3.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,352 kB
  • sloc: cpp: 6,829; xml: 347; makefile: 197; python: 148; sh: 73
file content (34 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (2)
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
33
34
---
---
<!DOCTYPE html>
<html>
  <head>
    <title>libsigc++ -- The Typesafe Callback Framework for C++: {{page.title}}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" href="style.css" type="text/css" />
  </head>

  <body>
    <div id="header">
      <img src="pix/logo.gif" width="280" height="85" alt="libsigc++" />
      <p>Callback Framework for C++</p>
    </div>

    <div id="rightbox">
      <a class="menu" href="index.html">Main</a><br />
      <a class="menu" href="license.html">License</a><br />
      <a class="menu" href="doc.html">Documentation</a><br />
      <a class="menu" href="download.html">Download</a><br />
      <a class="menu" href="devel.html">Development</a><br />
    </div>

    <div id="contents">
      <h1>{{page.title}}</h1>
      {{ content }}
    </div>

    <div class="footer">
      <a href="https://github.com/libsigcplusplus/libsigcplusplus/tree/master/docs">website source</a>
    </div>
  </body>
</html>