mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
Bug fix: path to favicon
This commit is contained in:
parent
fff7d9f21c
commit
d88261ae37
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
{{comment .License}}
|
||||
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
|
||||
<link rel="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" >
|
||||
<style>
|
||||
body {
|
||||
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.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.-->
|
||||
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
|
||||
<link rel="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" >
|
||||
<style>
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user