mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
upgrade to fontawesome 6
This commit is contained in:
parent
3499822693
commit
ca37af8c5e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
<link rel="shortcut icon" href="static/icons/favicon.ico">
|
||||
<link rel="manifest" href="static/manifest.json">
|
||||
<link rel="mask-icon" href="static/icons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
|
||||
<meta name="msapplication-TileColor" content="#222226">
|
||||
<meta name="msapplication-TileImage" content="static/icons/mstile-150x150.png">
|
||||
<meta name="msapplication-config" content="static/icons/browserconfig.xml">
|
||||
|
@ -22,6 +21,7 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>Gamebrary</title>
|
||||
|
||||
<script src="https://kit.fontawesome.com/4c930ed66a.js" crossorigin="anonymous" />
|
||||
<script>
|
||||
if (window.location.origin.indexOf('localhost') === -1) {
|
||||
window['_fs_debug'] = false;
|
||||
|
|
Loading…
Reference in a new issue