diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-21 00:13:23 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-02-21 00:13:23 +0000 |
commit | 4c542ca17aa2f1741fce3d83e4101e09bf208af7 (patch) | |
tree | 27086aeeb2264b952bfe312c399ab9490692412f | |
parent | 92786220226353302c6c302cb4f11889f5a0820c (diff) | |
download | ioquake3-aero-4c542ca17aa2f1741fce3d83e4101e09bf208af7.tar.gz ioquake3-aero-4c542ca17aa2f1741fce3d83e4101e09bf208af7.zip |
web stuff
git-svn-id: svn://svn.icculus.org/quake3/trunk@573 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | web/images/icon.png | bin | 0 -> 387 bytes | |||
-rw-r--r-- | web/images/quake3_logo_web.png | bin | 20710 -> 19862 bytes | |||
-rw-r--r-- | web/index.php | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/web/images/icon.png b/web/images/icon.png Binary files differnew file mode 100644 index 0000000..c308d49 --- /dev/null +++ b/web/images/icon.png diff --git a/web/images/quake3_logo_web.png b/web/images/quake3_logo_web.png Binary files differindex 151fc6a..9339536 100644 --- a/web/images/quake3_logo_web.png +++ b/web/images/quake3_logo_web.png diff --git a/web/index.php b/web/index.php index b2903ce..ccce873 100644 --- a/web/index.php +++ b/web/index.php @@ -14,6 +14,7 @@ ob_start(); <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" /> + <link rel="icon" type="image/png" href="images/icon.png"/> </head> <body> <h1>icculus.org/quake3</h1> |