27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/icon.svg">
|
|
<link rel="apple-touch-icon" href="/icon.svg">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="description" content="GamerComp - Where kids become Game Composers! Learn AI communication by creating your own games.">
|
|
|
|
<!-- PWA Meta Tags -->
|
|
<meta name="theme-color" content="#6366f1">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<meta name="apple-mobile-web-app-title" content="GamerComp">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="application-name" content="GamerComp">
|
|
<meta name="msapplication-TileColor" content="#6366f1">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<title>GamerComp - Compose Games with AI</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|