Files
webtorrent-desktop/background.html
2016-02-18 19:10:07 -08:00

12 lines
163 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<script>
require('./background')
</script>
</body>
</html>