Skip to content

Commit

Permalink
update rendering placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz authored and bjones1 committed Oct 6, 2023
1 parent e7ad19c commit e19e720
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@
<iframe
id="output"
srcdoc="
<html>
<h1>CodeChat</h1>
<p>Waiting for initial render. Switch the active source code window to begin.</p>
</html>"
<html>
<body style='background-color:#f0f0ff'>
<div style='display:flex;justify-content:center;align-items:center;height:95vh;'>
<div style='text-align:center;font-family:Trebuchet MS;'>
<h1>CodeChat 👩‍💻🗨️</h1>
<p>Waiting for initial render. Switch the active source code window to begin.</p>
</div>
</div>
</body>
</html>"
>
</iframe>
</div>
Expand Down

0 comments on commit e19e720

Please sign in to comment.