bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html

9 lines
219 B
HTML
Executable File

<template name="whiteboard">
<input type="button" class="drawShapes" value="Draw!" />
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
<div id="whiteboard-paper">
</div>
</template>