File: header.html

package info (click to toggle)
php-font-lib 0.2.2%2Bdfsg-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 740 kB
  • sloc: php: 2,542; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <link rel="stylesheet" href="css/style.css" />
</head>
<body style="background: #eee;">
  <a href="https://github.com/PhenX/php-font-lib" target="_blank">Project page</a> -
  <a href="https://github.com/PhenX/php-font-lib/issues" target="_blank">Issues</a>
</body>
</html>