File: index.html

package info (click to toggle)
fonts-montserrat 9.000-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,376 kB
  • sloc: python: 200; makefile: 45; sh: 15
file content (19 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title>My Font development</title>
	</head>
	<body>
		<h1>My Font testing pages</h1>
		<ul>
			<li>
				<a href="fontbakery/fontbakery-report.html">FontBakery Report</a>
			</li>
			<li>
				<a href="proof/diffenator2-report.html">Diffenator2 Report</a>
			</li>
		</ul>
	</body>
</html>