replace 2 instances of dirtbags.css w/ style.css

The dirtbags.css file does not exist in Neale's repo but style.css does
and appears to be the right stylesheet to use.
This commit is contained in:
Adam Thomas 2011-06-09 11:57:01 +10:00
parent 9feb5ac8fc
commit 6261c8c38f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cat <<EOF >$fn
<head>
<title>Tanks Round $next</title>
<script type="application/javascript" src="tanks.js"></script>
<link rel="stylesheet" href="dirtbags.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<script type="application/javascript">
function go() {
start("battlefield",

View File

@ -14,7 +14,7 @@ BEGIN {
print "<html>";
print " <head>";
print " <title>Dirtbags Tanks</title>";
print " <link rel=\"stylesheet\" href=\"dirtbags.css\" type=\"text/css\">";
print " <link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">";
print " </head>";
print " <body>";
print " <h1>Dirtbags Tanks</h1>";