include stylesheet in generated index.html

This commit is contained in:
Eric House 2012-05-30 22:16:43 -07:00
parent a38c275663
commit baa8c7472d

View file

@ -55,7 +55,13 @@ for DIR in $(ls); do
done
echo "<html><body>"
cat <<EOF
<html>
<head>
<link rel="stylesheet" type="text/css" href="/xw4mobile.css" />
</head>
<body>
EOF
echo "<p>Download dictionaries for:"
for DIR in $DIRS; do