File: footer.html

package info (click to toggle)
cimg 2.9.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,884 kB
  • sloc: cpp: 114,703; ansic: 78,987; javascript: 9,088; makefile: 604; sh: 135; python: 37
file content (17 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <link rel="stylesheet" href="style.css">
    <title>The CImg Library - C++ Template Image Processing Toolkit</title>
  </head>
  <body>
    <div class="bloc_start"></div><div class="bloc_content">
      <p style="text-align:center;">
        Copyrights (C) From october 2004, David Tschumperlé - GREYC UMR CNRS 6072, Image team.<br/>
        Copyrights (C) January->September 2004, David Tschumperlé.<br/>
        Copyrights (C) 2000->2003, David Tschumperlé - INRIA Sophia-Antipolis. Odyssée group.<br/>
      </p>
    </div><div class="bloc_end"></div>

  </body>