|
@@ -1,9 +1,9 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
- <link rel="stylesheet" href="../peerjs.com/public/css/button.css"/>
|
|
|
- <link rel="stylesheet" href="../peerjs.com/public/css/fonts.css"/>
|
|
|
- <link rel="stylesheet" href="../peerjs.com/public/css/reveal.css"/>
|
|
|
- <link rel="stylesheet" href="../peerjs.com/public/css/style.css"/>
|
|
|
+ <link href="http://peerjs.com/css/style.css" rel="stylesheet" type="text/css">
|
|
|
+ <link href="http://peerjs.com/css/fonts.css" rel="stylesheet" type="text/css">
|
|
|
+ <link href="http://peerjs.com/css/button.css" rel="stylesheet" type="text/css">
|
|
|
+ <link href="http://peerjs.com/css/reveal.css" rel="stylesheet" type="text/css">
|
|
|
<style>
|
|
|
html,body{margin:0px;padding:0px;background:#efefef;}
|
|
|
#wrapper{padding:30px;width:600px;margin:0 auto;text-align: center;}
|
|
@@ -54,7 +54,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
|
|
|
- <script src="../peers/dist/peer.js" ></script>
|
|
|
+ <script src="http://cdn.peerjs.com/0/peer.min.js" ></script>
|
|
|
<script type="text/javascript">
|
|
|
$('#connectbtn').click(function()
|
|
|
{
|