add src code link
This commit is contained in:
parent
f7cda6b52e
commit
273d212568
2 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
||||||
<svg id="svgCanvas" style="width:100%;height:100%" viewBox="0 0 355 1920" preserveAspectRatio="none"></svg>
|
<svg id="svgCanvas" style="width:100%;height:100%" viewBox="0 0 355 1920" preserveAspectRatio="none"></svg>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="main()">start</button>
|
<button onclick="main()">start</button>
|
||||||
|
<a href="https://github.com/djkato/Chrome-performance-bug-muted-window">Source code</a>
|
||||||
<audio id="audio"></audio>
|
<audio id="audio"></audio>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "performance-bug-unmuted-window",
|
"name": "performance-bug-unmuted-window",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "tiny-server"
|
"serve": "tiny-server"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "Djkáťo",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tiny-server": "^1.1.1"
|
"tiny-server": "^1.1.1"
|
||||||
|
|
Loading…
Reference in a new issue