mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-27 03:02:49 +01:00
Add favicon.png
This commit is contained in:
parent
7ab96a28cb
commit
fff7d9f21c
@ -1,6 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
{{comment .License}}
|
{{comment .License}}
|
||||||
|
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
|
||||||
|
<link rel="icon" href="/favicon.png" type="image/png" >
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
table.examples td {
|
table.examples td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
BIN
_docs/public/favicon.png
Normal file
BIN
_docs/public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 787 B |
@ -12,7 +12,12 @@ 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="icon" href="/favicon.png" type="image/png" >
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
table.examples td {
|
table.examples td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user