maple-npc-generator / index.html
devmeta's picture
Update index.html
b53746c verified
raw
history blame contribute delete
458 Bytes
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>WorldForge AI</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body, html { margin:0; padding:0; height:100%; overflow:hidden; background:#000; }
iframe { border:none; width:100%; height:100%; }
</style>
</head>
<body>
<iframe src="https://maple-npc-generator.vercel.app/" allowfullscreen></iframe>
</body>
</html>