mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 18:25:32 -04:00
15 lines
432 B
HTML
15 lines
432 B
HTML
<!doctype html>
|
||
<html lang="en" data-color-scheme="dark">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="theme-color" content="#080808" />
|
||
<link rel="icon" href="data:," />
|
||
<title>OpenCode × Base UI</title>
|
||
</head>
|
||
<body data-oc-root>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|