소스 검색

Edited urls.

XiZhao 12 년 전
부모
커밋
688a345277
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      examples/p2pchat.html

+ 5 - 5
examples/p2pchat.html

@@ -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()
 				{