17 lines
665 B
HTML
17 lines
665 B
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>
|
||
|
Blog
|
||
|
</title>
|
||
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.planet-php.org/rss/" />
|
||
|
<link rel="alternate" type="application/rdf+xml" title="RDF" href="http://www.planet-php.org/rdf/" />
|
||
|
<link rel="alternate" type="application/x.atom+xml" title="Atom" href="http://www.planet-php.org/atom/" />
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|