mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
include stylesheet in generated index.html
This commit is contained in:
parent
a38c275663
commit
baa8c7472d
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue