Add google analytics, update info.html
This commit is contained in:
parent
d3f5939f21
commit
74d72e3505
@ -1,5 +1,5 @@
|
||||
# Issues:
|
||||
There are some issues with sieni.rip, most of which I will go through here:
|
||||
There are some issues with sieni.rip, I will go through them here briefly:
|
||||
|
||||
## HTML5
|
||||
html5 as is is not a problem, but it causes a problem with autoplay.
|
||||
|
@ -19,6 +19,17 @@
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176714004-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-176714004-1');
|
||||
</script>
|
||||
|
||||
|
||||
<title>sieni.rip - mielipuolista paskaa!</title>
|
||||
</head>
|
||||
|
||||
|
@ -19,6 +19,17 @@
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176714004-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-176714004-1');
|
||||
</script>
|
||||
|
||||
|
||||
<title>sieni.rip - info</title>
|
||||
</head>
|
||||
|
||||
@ -56,9 +67,9 @@
|
||||
it, most notably, some of the animations previously available can not be
|
||||
found with "next", "previous" or "random", because their emulation is too lacking to display
|
||||
properly. A few of the animations play correctly enough, but still have some notable
|
||||
problems. A list of the ids not available can be found below. Along with this, ruffle also
|
||||
has some bugs, most notably that <a href="https://github.com/ruffle-rs/ruffle/issues/876">it
|
||||
does not dispose of it's player properly</a>. This causes sieni.rip to post quite a few
|
||||
problems. A list of the animations not available at all can be found below. Along with this, ruffle
|
||||
also has some bugs, most notably that <a href="https://github.com/ruffle-rs/ruffle/issues/876">
|
||||
it does not dispose of it's player properly</a>. This causes sieni.rip to post quite a few
|
||||
errors to the console, which can cause performance issues, especially if the console is
|
||||
open.</p>
|
||||
<p>Another issue with porting sieni.us to html5 is that modern web browsers follow modern web
|
||||
@ -74,7 +85,6 @@
|
||||
<li><a href="/?id=50">50</a></li>
|
||||
<li><a href="/?id=60">60</a></li>
|
||||
<li><a href="/?id=68">68</a></li>
|
||||
|
||||
</ul>
|
||||
<h2>author / maintainer</h2>
|
||||
<p>Author and maintainer of sieni.rip for the time being is <a href="https://teascade.net">Teascade</a>,
|
||||
|
Loading…
Reference in New Issue
Block a user