-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (17 loc) · 779 Bytes
/
index.html
File metadata and controls
18 lines (17 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Google AI Studio App</title>
</head>
<body style="margin: 0; background: #09090b; color: white; font-family: sans-serif;">
<div id="root">
<div style="height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #09090b; color: #10b981;">
<h1 style="margin-bottom: 10px; font-style: italic; letter-spacing: -0.05em;">UNBLOCKED ARCADE</h1>
<div style="font-family: monospace; font-size: 12px; opacity: 0.5;">Initializing System...</div>
</div>
</div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>