mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:17:49 +01:00
add iconfixer lol
This commit is contained in:
parent
3dcd839927
commit
85dbc632c9
1 changed files with 9 additions and 0 deletions
|
@ -483,6 +483,15 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
||||||
|
|
||||||
//--><!]]>
|
//--><!]]>
|
||||||
</script>
|
</script>
|
||||||
|
<ptd-app-iconfixer>
|
||||||
|
<script>
|
||||||
|
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
|
||||||
|
link.type = 'image/svg';
|
||||||
|
link.rel = 'shortcut icon';
|
||||||
|
link.href = '/css/yt-ukraine.svg';
|
||||||
|
document.getElementsByTagName('head')[0].appendChild(link);
|
||||||
|
</script>
|
||||||
|
</ptd-app-iconfixer>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
||||||
<div class="progress-container">
|
<div class="progress-container">
|
||||||
|
|
Loading…
Reference in a new issue