devmeta's picture
Update index.html
fd1f53e verified
Raw
History Blame Contribute Delete
528 Bytes
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visual Novel Creator</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://ga-coex-vn-ai-studio-v3-node-260607-05-ga-596819351328.asia-east1.run.app/" allowfullscreen></iframe>
</body>
</html>