18 lines
743 B
HTML
18 lines
743 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="ru">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<title>Multiplayer Three.js Game on React</title>
|
||
|
|
<meta name="viewport"
|
||
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
||
|
|
<meta http-equiv="Expires" content="0" />
|
||
|
|
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
|
||
|
|
</head>
|
||
|
|
<body style="margin:0; overflow:hidden;">
|
||
|
|
<noscript>Для работы приложения требуется включить JavaScript.</noscript>
|
||
|
|
<div id="root"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|