-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroom.html
More file actions
34 lines (31 loc) · 1.41 KB
/
room.html
File metadata and controls
34 lines (31 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<title>
Room-Board
</title>
<link rel="stylesheet" type="text/css" media="all" href="./style.css" />
<head></head>
<body>
<template id="room_lst">
<div id="room_header">
<div class="room_main_user_pic">
<img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png"/>
</div>
<div class="room_title">
TheReallyAwesomeVideoSharingApp
</div>
</div>
<div id="room_footer">
<center>
<table id="room_users">
{{rooms}}
<td class="room"><img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png" style="width:190px; height:190px; margin:50px 10px 0px 10px;"/></td>
<td class="room"><img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png" style="width:190px; height:190px; margin:50px 10px 0px 10px;"/></td>
<td class="room"><img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png" style="width:190px; height:190px; margin:50px 10px 0px 10px;"/></td>
<td class="room"><img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png" style="width:190px; height:190px; margin:50px 10px 0px 10px;"/></td>
<td class="room"><img src="http://www.buttonshut.com/Facebook-Buttons/Facebook-Buttons-1-10-.png" style="width:190px; height:190px; margin:50px 10px 0px 10px;"/></td>
</table>
</center>
</div>
</template>
</body>
</html>