-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 864 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 864 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Blackboard GroupName</title>
</head>
<body>
<div id="leader_div"></div>
<div id="board_form_placeholder">
<h3>Submit to board</h3>
<form action="" id="usrform" method="post">
<input type="text" name="comment" form="usrform" id="usrformtext" size="50" autofocus/>
<input type="submit" value="Submit to board"/>
</form>
</div>
<br>
<!-- this place will show the actual contents of the blackboard.
It will be reloaded automatically from the server -->
<h2>Board Content</h2>
<p>empty board...</p>
<footer>
<p>Group members: <a href="mailto:baalen@student.chalmers.se">baalen@student.chalmers.se</a>, <a href="mailto:imarcus@student.chalmers.se">imarcus@student.chalmers.se</a>.</p>
</footer>
</body>
</html>