bigbluebutton-Github/labs/meteor-client/client/views/logout/logout.html
2014-06-23 12:11:57 -07:00

10 lines
219 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>