|
From: <the...@us...> - 2006-03-22 04:33:35
|
Revision: 23 Author: thekingant Date: 2006-03-21 20:33:31 -0800 (Tue, 21 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=23&view=rev Log Message: ----------- Add a keywords and a description meta tag Modified Paths: -------------- web/htdocs-inc/header.php Modified: web/htdocs-inc/header.php =================================================================== --- web/htdocs-inc/header.php 2006-03-20 00:01:52 UTC (rev 22) +++ web/htdocs-inc/header.php 2006-03-22 04:33:31 UTC (rev 23) @@ -6,6 +6,8 @@ <head profile="http://www.w3.org/2000/08/w3c-synd/#"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <meta name=keywords"" content="FCE Ultra FCEUltra Nintendo NES Famicom emulator"/> + <meta name="description" content="FCE Ultra is a Nintendo/Famicom emulator for Linux and Windows."/> <link rel="stylesheet" type="text/css" href="/StyleSheets/main.css"/> <title>FCE Ultra<?php if (isset($title)) { print(": $title"); } ?></title> </head> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |