server
 
 
No information given.
Currently Offline
Recent Activity
351 hrs on record
last played on 17 Aug
112 hrs on record
last played on 28 Jul
308 hrs on record
last played on 30 Mar
Comments
Elesis 13 Nov, 2022 @ 10:44pm 
<!DOCTYPE html>
<html>
<head><title>윈도우의 위치와 크기 조절</title></head>
<body>
<h3>윈도우의 위치와 크기 조절</h3>
<hr>
<button onclick="window.moveBy(-10, 0)">left</button>
<button onclick="window.moveBy(10, 0)">right</button>
<button onclick="self.moveBy(0, -10)">up</button>
<button onclick="moveBy(0, 10)">down</button>
<button onclick="resizeBy(10, 10)">+</button>
<button onclick="resizeBy(-10, -10)">-</button>
</body>
</html>
hunie03 7 Nov, 2021 @ 5:43pm