Login   Register  
PHP Classes
elePHPant
Icontem

File: testMetatags.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Lennart Groetzbach  >  Metatags  >  testMetatags.html  
File: testMetatags.html
Role: Sample output
Content type: text/plain
Description: example output
Class: Metatags
Class for creating meta tags
 

Contents

Class file image Download
<html>
<head>
<title>Metatag Test Page</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META HTTP-EQUIV="Content-Language" CONTENT="en">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META HTTP-EQUIV="Window-Target" CONTENT="_top">
<META HTTP-EQUIV="Expires" CONTENT="Mon, 03 Feb 2003 22:56:04 GMT">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META NAME="robots" CONTENT="noindex">
<META NAME="keywords" lang="en" CONTENT="metatags,php,test,class">
<META NAME="description" CONTENT="This is a test page for the class Metatags.php">
<!--// This is a test page for the class Metatags.php //--!>
<META NAME="date" CONTENT="Mon, 27 Jan 2003 22:56:04 GMT">
<META NAME="revisit-after" CONTENT="10 days">
<META NAME="Generator" CONTENT="Metatags.php">
<META NAME="Author" CONTENT="me">
<META HTTP-EQUIV="Refresh" CONTENT="10;URL=http://www.phpclasses.org">
</head>

<body>
Metatags.php test page
</body>

</html>