mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
Add favicon.png
This commit is contained in:
parent
7ab96a28cb
commit
fff7d9f21c
@ -1,6 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
{{comment .License}}
|
||||
<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;
|
||||
}
|
||||
table.examples td {
|
||||
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.
|
||||
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" >
|
||||
<style>
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
table.examples td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user