mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
wip: css/ui and desktop work
This commit is contained in:
parent
fc18fc8a08
commit
47d9e01765
52 changed files with 539 additions and 1641 deletions
|
|
@ -1,12 +1,11 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="h-full bg-background">
|
||||
<html lang="en" class="h-full bg-background-weak">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.svg" />
|
||||
<link rel="stylesheet" href="/src/assets/theme.css" />
|
||||
<title>opencode</title>
|
||||
<title>OpenCode</title>
|
||||
</head>
|
||||
<body class="h-full overscroll-none select-none">
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue