mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
Bug fix: path to favicon
This commit is contained in:
parent
fff7d9f21c
commit
d88261ae37
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
{{comment .License}}
|
{{comment .License}}
|
||||||
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
|
<link rel="shortcut icon" href="./favicon.png" type="image/png" >
|
||||||
<link rel="icon" href="/favicon.png" type="image/png" >
|
<link rel="icon" href="./favicon.png" type="image/png" >
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -12,8 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.-->
|
limitations under the License.-->
|
||||||
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
|
<link rel="shortcut icon" href="./favicon.png" type="image/png" >
|
||||||
<link rel="icon" href="/favicon.png" type="image/png" >
|
<link rel="icon" href="./favicon.png" type="image/png" >
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user