forked from sent/waves
32 lines
996 B
HTML
32 lines
996 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Russian Car Driver HD</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<script src="Build/UnityLoader.js"></script>
|
|
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
</style>
|
|
<script>
|
|
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/rcd_hd_sept_26.json");
|
|
</script><link rel="canonical" href="https://www.y8.com/games/russian_car_driver_hd">
|
|
</head>
|
|
<body>
|
|
<div id="container" class="container webgl-content">
|
|
<div id="gameContainer" style="width: 960px; height: 540px"></div>
|
|
<div class="footer">
|
|
<div class="unity disable"></div>
|
|
<div class="webgl enable"></div>
|
|
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)">Click here to fullscreen</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|