<!DOCTYPE html>
<html>
<head>
    <title>Drone Warfare Prototype</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/babylonjs/7.19.1/babylon.min.js"></script>
    <script src="/socket.io/socket.io.js"></script>
    <style>
        #renderCanvas {
            width: 100%;
            height: 100%;
            touch-action: none;
        }
    </style>
</head>
<body>
    <canvas id="renderCanvas"></canvas>
    <script src="/render.js"></script>
</body>
</html>