Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2013-10-27 10:14:41 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 10:14:41 +0400
commit3232e5ee9b8a771a52f3a484a7f56a82d4340b29 (patch)
treef89f9de6be59938ad46b912062af50c4f69d5316 /chrome
parent53e1a95b34ba52ced71b25b65132eae67b0b2e75 (diff)
receiving DHT responses from the network!
Diffstat (limited to 'chrome')
-rw-r--r--chrome/window.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/window.html b/chrome/window.html
index d9482c9..fd5075d 100644
--- a/chrome/window.html
+++ b/chrome/window.html
@@ -3,7 +3,7 @@
<head>
</head>
<body>
- <div>Hello, world!</div>
+ <div id="console">Hello, world!</div>
<script src='bundle.js'></script>
</body>
</html> \ No newline at end of file