avatar/templates/pane.html

27 lines
690 B
HTML
Raw Permalink Normal View History

2022-10-26 16:39:43 +00:00
<div class="border-round border">
<div class="bold">New here ?</div>
<ul>
<li>Create an Avatar</li>
<li>Save the avatar, and continue to the experiment</li>
</ul>
2022-10-18 20:34:17 +00:00
</div>
<p></p>
2022-10-26 16:39:43 +00:00
<div class="border-round border">
<div class="bold">About Genomix Privacy</div>
<ul>
<li>Experiments around decision making</li>
</ul>
</div>
<p></p>
<style>
_iframe {border:0; width:100%; height:400px;}
</style>
<div class="border-round border">
<div class="bold">Existing Avatars</div>
2022-10-28 03:23:21 +00:00
<iframe width="100%" height="255px" scrolling="no" src="{{system.context}}/page?uri=participants.html" frameborder="0" allowfullscreen></iframe>
2022-10-26 16:39:43 +00:00
</div>