File: font_explorer.html

package info (click to toggle)
php-font-lib 0.2.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 740 kB
  • ctags: 752
  • sloc: php: 2,542; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
	<title>PHP font lib - Font explorer</title>
</head>
<frameset rows="28,*">
  <frame src="header.html" noresize />
	<frameset cols="250, *">
	  <frame src="font_list.php" />
	  <frame src="readme.html" id="font-info" name="font-info" />
	</frameset>
</frameset>
</html>