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

11 lines
221 B
HTML
Executable File

<template name="logout">
<head>
<title>BigBlueButton</title>
</head>
<body>
<div id="main" class="row-fluid">
<h2>You have been logged out.</h2>
</div>
</body>
</template>