mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
28 lines
827 B
HTML
28 lines
827 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
<meta name="author" content="Kovid Goyal" />
|
|
<meta name="copyright" content="© 2008 Kovid Goyal" />
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="styles/common.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
%body
|
|
|
|
<hr />
|
|
<div class="footer">
|
|
<p>
|
|
<a href="http://validator.w3.org/check?uri=referer">
|
|
<img src="images/valid.png" alt="Valid XHTML 1.1" height="31" width="88" />
|
|
</a><br />
|
|
Created by Kovid Goyal © 2008
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |