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>
|
||||
</div>
|
||||
<button onclick="main()">start</button>
|
||||
<a href="https://github.com/djkato/Chrome-performance-bug-muted-window">Source code</a>
|
||||
<audio id="audio"></audio>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "performance-bug-unmuted-window",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"serve": "tiny-server"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Djkáťo",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"tiny-server": "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue