diff options
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index 01550c1..b554b63 100644 --- a/web/index.php +++ b/web/index.php @@ -11,6 +11,7 @@ ob_start(); <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="<?php echo $content_type; ?> charset=UTF-8" /> + <meta name="description" content="Open Source Quake 3"> <title>icculus.org/quake3: <?php echo $navlist[$page]; ?></title> <link rel="stylesheet" href="ioq3.css" type="text/css" /> </head> |