forked from mia/Aegisub
Add favicon.ico to the html header.
Originally committed to SVN as r3334.
This commit is contained in:
parent
4b88b4bdc5
commit
cdfbcd6681
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
<title>$title</title>
|
<title>$title</title>
|
||||||
<meta name="created" content="$datetime"/>
|
<meta name="created" content="$datetime"/>
|
||||||
<meta name="keywords" content="wxWidgets"/>
|
<meta name="keywords" content="wxWidgets"/>
|
||||||
|
<link href="/favicon.ico" rel="shortcut icon">
|
||||||
<link href="css.css" rel="stylesheet" type="text/css"/>
|
<link href="css.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
Loading…
Reference in a new issue