mirror of https://github.com/dirtbags/tanks.git
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:
parent
9feb5ac8fc
commit
6261c8c38f
|
@ -32,7 +32,7 @@ cat <<EOF >$fn
|
||||||
<head>
|
<head>
|
||||||
<title>Tanks Round $next</title>
|
<title>Tanks Round $next</title>
|
||||||
<script type="application/javascript" src="tanks.js"></script>
|
<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">
|
<script type="application/javascript">
|
||||||
function go() {
|
function go() {
|
||||||
start("battlefield",
|
start("battlefield",
|
||||||
|
|
|
@ -14,7 +14,7 @@ BEGIN {
|
||||||
print "<html>";
|
print "<html>";
|
||||||
print " <head>";
|
print " <head>";
|
||||||
print " <title>Dirtbags Tanks</title>";
|
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 " </head>";
|
||||||
print " <body>";
|
print " <body>";
|
||||||
print " <h1>Dirtbags Tanks</h1>";
|
print " <h1>Dirtbags Tanks</h1>";
|
||||||
|
|
Loading…
Reference in New Issue