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

11 lines
221 B
HTML
Raw Normal View History

2014-06-24 03:11:57 +08:00
<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>