autopilot / index.html
DmitrMakeev's picture
Update index.html
2f109c8
raw
history blame contribute delete
961 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Веб-интерфейс для модели</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
<style>
/* Ваш пользовательский CSS-код */
</style>
</head>
<body>
<script>
vkBridge.send('VKWebAppInit');
</script>
<iframe
src="https://sergeymovrody-photoreal-v2-0.hf.space"
frameborder="0"
width="100%"
height="550"
></iframe>
<style>
.svelte-1lyswbr.svelte-1lyswbr.svelte-1lyswbr{
display:none;
}
</style>
</body>
</html>