There is a frame in the form of a single image png. How to correctly add it to the default Unity template so that the game is inside this frame.

<body> // тут нужно добавить рамку png <div class="webgl-content"> <div id="gameContainer" style="width: 900px; height: 600px"></div> <div class="footer"> <div class="webgl-logo"></div> <div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div> <div class="title">WebGL_Templates</div> </div> </div> </body> 

    0