Merge pull request #316 from feross/f/prevent

Prevent killing the WebTorrent process
This commit is contained in:
Feross Aboukhadijeh
2016-04-05 19:47:24 -07:00
3 changed files with 32 additions and 9 deletions

View File

@@ -1,5 +1,22 @@
<!doctype html>
<body style="background-color: #282828; margin: 10px 0; overflow: hidden;">
<script async src="webtorrent.js"></script>
<img src="../static/WebTorrent.png">
</body>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-color: #282828;
margin: 5px;
overflow: hidden;
}
img {
width: 140px;
height: 140px;
}
</style>
</head>
<body>
<script async src="webtorrent.js"></script>
<img src="../static/WebTorrent.png">
</body>
</html>