This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<div class="space-y-4">
|
||||
<div>
|
||||
<h1 class="text-2xl font-bold text-surface-900 tracking-tight">OpenClaw</h1>
|
||||
<p class="text-sm text-surface-400 mt-1">AI Assistant</p>
|
||||
</div>
|
||||
|
||||
<iframe
|
||||
src="{location.protocol}//{location.hostname}:3100"
|
||||
title="OpenClaw"
|
||||
class="w-full h-[calc(100vh-10rem)] rounded-xl border border-surface-200 shadow-lg"
|
||||
allow="clipboard-read; clipboard-write"
|
||||
></iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user