Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Oct 4, 2023
1 parent 2da74ba commit 854757b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packages/compositor-shell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
</head>
<body class="h-screen">
<div class="flex flex-col h-full bg-slate-900">
<div id="controls-container" class="z-10 flex p-1 bg-auto shadow-neutral-900 shadow-xl bg-slate-300"></div>
<div id="controls-container" class="z-10 flex p-1 bg-auto shadow-neutral-900 shadow-md bg-slate-300"></div>
<div
id="output-container"
class="z-0 grow bg-transparent border-transparent focus:border-transparent focus:ring-0"
>
<article class="prose absolute text-slate-600 m-auto left-0 right-0 top-32 prose-sm">
<p>The following in-browser applications are available:</p>
<p>
<pre><code>
web:weston-clients/weston-dnd.html
<pre><code>
web:weston-clients/weston-eventdemo.html
web:weston-clients/weston-flower.html
web:weston-clients/weston-fullscreen.html
Expand All @@ -25,11 +23,9 @@
web:weston-clients/weston-smoke.html
web:weston-clients/weston-stacking.html
web:weston-clients/weston-transformed.html
</code></pre>
</p>
</p>
<p>Remote applications can be launched using the following URL format:</p>
<p><pre><code>rem://domain[:port]/path</code></pre></p>
</code></pre>
<p>Remote applications can be launched using the following URL format:</p>
<pre><code>rem://domain[:port]/path</code></pre>
</article>
<canvas id="output" class="h-full w-full fixed"></canvas>
</div>
Expand Down

0 comments on commit 854757b

Please sign in to comment.