-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
26 lines (23 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Node.js, Socket.io ve Node-static ile Çoklu Kullanıcılı Çizim</title>
<link rel="stylesheet" href="assets/styles/normalize.css" />
<link rel="stylesheet" href="assets/styles/global.css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.1/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="kullaniciListesi"></div>
<canvas id="cizimEkrani" width="2500" height="2500">
Ne yazık ki tarayıcın desteklemiyor :(
</canvas>
<script src="/socket.io/socket.io.js"></script>
<script src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="assets/scripts/global.js"></script>
</body>
</html>