Skip to content

Commit

Permalink
Update published web app
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 13, 2024
1 parent e87260f commit a5444f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/10.bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed docs/2084e6b709b5837399a8.module.wasm
Binary file not shown.
Binary file added docs/4bd75f32038cd3e70cf3.module.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
margin-top: 1em;
font-size: 0.8em;
text-align: center;
}</style><script defer="defer" src="bootstrap.js"></script></head><body class="terminal"><div class="container"><header class="header"><div class="logo"><a href="./">xpidump</a></div><hr></header><main><noscript><div class="terminal-alert terminal-alert-error">Please enable JavaScript on this page</div></noscript><div><p>This page allows you to dump information about an <em>XPI</em> file. No "server-side" is involved, everything is performed locally in the browser. Select a file in the "Input:" section and the information about it will be displayed under "Output:".</p></div><div class="input"><h2>Input:</h2><div class="form-group"><label for="input-file">Select a file:</label> <input id="input-file" type="file" accept=".xpi,.zip"></div></div><div class="output"><h2>Output:</h2><p id="output-pretty"></p><details><summary>raw output</summary><pre><code id="output-raw"></code></pre></details></div></main><footer><p>Made by <a href="http://mamot.fr/@willdurand">@willdurand</a> – The source code is available on <a href="https://github.com/willdurand/xpidump">GitHub</a> (MIT license) - <a href="https://github.com/willdurand/xpidump/commit/ee08980dc3b798514ff261813c95e9b04dd06fa7">ee08980</a>.</p></footer></div><script src="./bootstrap.js"></script></body></html>
}</style><script defer="defer" src="bootstrap.js"></script></head><body class="terminal"><div class="container"><header class="header"><div class="logo"><a href="./">xpidump</a></div><hr></header><main><noscript><div class="terminal-alert terminal-alert-error">Please enable JavaScript on this page</div></noscript><div><p>This page allows you to dump information about an <em>XPI</em> file. No "server-side" is involved, everything is performed locally in the browser. Select a file in the "Input:" section and the information about it will be displayed under "Output:".</p></div><div class="input"><h2>Input:</h2><div class="form-group"><label for="input-file">Select a file:</label> <input id="input-file" type="file" accept=".xpi,.zip"></div></div><div class="output"><h2>Output:</h2><p id="output-pretty"></p><details><summary>raw output</summary><pre><code id="output-raw"></code></pre></details></div></main><footer><p>Made by <a href="http://mamot.fr/@willdurand">@willdurand</a> – The source code is available on <a href="https://github.com/willdurand/xpidump">GitHub</a> (MIT license) - <a href="https://github.com/willdurand/xpidump/commit/e87260f08a2d9eea4ca3a8e19ca526cdddd4410e">e87260f</a>.</p></footer></div><script src="./bootstrap.js"></script></body></html>

0 comments on commit a5444f1

Please sign in to comment.