Kaydet (Commit) 701490f6 authored tarafından Abdülkerim AKSAK's avatar Abdülkerim AKSAK

socket.io denemesi için geçici dosyalar oluşturuldu

üst b8138308
No preview for this file type
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<p>Robota Karşı Oyna</p> <p>Robota Karşı Oyna</p>
<button class="big-button" id="sendBtn" style="margin:0px; margin-left: 25px;"> <button class="big-button" id="sendBtn" style="margin:0px; margin-left: 25px;">
<a <a
href="./pages/robotGameArea.html" href="./pages/clientTemp.html"
style="text-decoration: none; color: gray" style="text-decoration: none; color: gray"
>Oyna >Oyna
</a> </a>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<input id="username" type="text" placeholder="user-name<inaktif>" />
<div style="display: flex; justify-content: center; align-items: center">
<div
id="odaOlustur"
style="
height: 500px;
width: 300px;
border: solid 1px black;
margin: 20px;
"
>
<p>ODA OLUŞTUR</p>
<button id="odaOlusturBtn" type="submit">Olustur</button>
<br />
<input
id="mesajGonderOdaOlusturInput"
type="text"
placeholder="mesaj"
/>
<button id="mesajGonderBtnOdaOlustur" type="submit">Gonder</button>
<hr />
</div>
<div
id="odayaKatil"
style="
height: 500px;
width: 300px;
border: solid 1px black;
margin: 20px;
"
>
<p>ODAYA KATIL</p>
<button id="odadanAyrilBtn" type="submit">Odadan Ayril</button>
<br />
<input id="odayaKatilInput" type="text" placeholder="key" />
<button id="odayaKatilBtn" type="submit">Odaya Katil</button>
<input
id="mesajGonderOdayaKatilInput"
type="text"
placeholder="mesaj"
/>
<button id="mesajGonderBtnOdayaKatil" type="submit">Gonder</button>
<hr />
</div>
<div
id="oyuncuAra"
style="
height: 500px;
width: 300px;
border: solid 1px black;
margin: 20px;
"
>
<p>OYUNCU ARA</p>
</div>
</div>
<script src="./clientApp.js"></script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment