diff options
Diffstat (limited to 'packaging/web')
| -rw-r--r-- | packaging/web/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packaging/web/index.html b/packaging/web/index.html deleted file mode 100644 index bdfa2f4..0000000 --- a/packaging/web/index.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="keywords" content="Tuxanci, Game, First Tux shooter" /> - <meta name="description" content="Tuxánci are czechoslovak multiplatform action game inspired by czech game Bulánci The game is programmed in language C and the rendering core is based on SDL library." /> - <meta name="author" content="Michal Zima <xhire@tuxportal.cz>, Tomáš Chvátal <scarabeus@gentoo.org>" /> - <meta name="robots" content="index,follow" /> - <meta name="googlebot" content="snippet,archive" /> - <meta name="Content-language" content="en" /> - <title>Tuxánci - Shoot 'em up</title> -</head> -<body> -<!-- Teh menu --> -<ul> - <li><a href="#whatever">whatever</a></li> - <li><a href="#call-for-help">Help us with development</a></li> -</ul> -<!-- Content itself --> -<h2><a name="call-for-help">Helping with development</a></h2> -<p>Currently we are lacking quite few things in order to get popular with this game:</p> -<ul> - <li>Windows port maintainer</li> - <li>Web developer (yeah since you are here you can see we have sucky webpage :])</li> - <li>Coder interested in C and svg</li> - <li>Anything else you think tuxanci needs and we are not implementing it yet ;]</li> -</ul> -<p>If you apply to at least one point from above feel free to <a href="#contact">contact us</a> in order to get commit access.</p> -</body> -</html> |