favicon added
This commit is contained in:
parent
f15ad301f8
commit
51e3f4c5b9
5 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" >
|
||||
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
|
||||
<?cs if:Data.Redirect.URL ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs var:Data.Redirect.URL ?>" /><?cs
|
||||
elif:Data.Redirect.Action ?><meta http-equiv="refresh" content="<?cs var:Data.Redirect.Delay ?>;url=<?cs call:getSelfURL('action=' + Data.Redirect.Action, '') ?>" /><?cs /if ?>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<button type="submit" name="type"
|
||||
value="poweroff"><?cs var:Lang.Button.PowerOff ?></button>
|
||||
|
||||
|
||||
<button type="submit" name="type"
|
||||
value="reboot"><?cs var:Lang.Button.ReBoot ?></button>
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@ body {
|
|||
padding: 0;
|
||||
width: 600px;
|
||||
font-size: 0.9em;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
#content a {
|
||||
|
|
BIN
cbox-tree.d/var/www/favicon.ico
Normal file
BIN
cbox-tree.d/var/www/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# TODO: only for english - change this!
|
||||
# export wiki pages to the cryptobox development tree
|
||||
# this creates static and integrated pages
|
||||
#
|
||||
|
||||
set -ue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue