| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/game/train/ |
Upload File : |
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>เกมต่อรถไฟ</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>เกมต่อรถไฟแสนสนุก</h1>
<div id="train-selection">
<h3>ลากรถไฟไปวางบนราง</h3>
<img src="https://i.imgur.com/8E3A0mN.png" id="locomotive-template" class="train-part" draggable="true" alt="หัวรถจักร">
<img src="https://i.imgur.com/4q7bJ7b.png" id="car-template" class="train-part" draggable="true" alt="ตู้รถไฟ">
</div>
<div id="game-world">
<div id="scenery">
<div id="track-container">
</div>
</div>
</div>
<div id="controls">
<button id="run-button">วิ่ง!</button>
<button id="stop-button">หยุด</button>
</div>
<script src="script.js"></script>
</body>
</html>