File: font_explorer.html

package info (click to toggle)
php-font-lib 0.3.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 748 kB
  • ctags: 765
  • sloc: php: 2,678; makefile: 6
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>