Files
webtorrent-desktop/renderer/webtorrent.html
Feross Aboukhadijeh 08948e8258 Prevent killing the WebTorrent process
Also, add shortcut for opening webtorrent inspector
2016-04-05 19:31:23 -07:00

23 lines
461 B
HTML

<!doctype html>
<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>