-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboard.html
More file actions
62 lines (43 loc) · 1.05 KB
/
board.html
File metadata and controls
62 lines (43 loc) · 1.05 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
</head>
<body>
<link rel="stylesheet" type="text/css" href="message1tank.html">
<link rel="stylesheet" type="text/css" href="sytle.css">
<div class="container-fluid">
<div class="row-fluid">
<h1 id="main-title" align="center">Encrypt Books </h1>
<br>
<br>
<br>
<table class="table table-bordered table-striped">
<table border="1px" align="center">
<th>
No message yet! Check back in for new post!
<caption id="message" >
Messages board
</caption>
</th>
</table>
<h2 align="left">User info</h2>
<h4 align="left">this is where you put text</h4>
<h2 align="right">Site Stats</h2>
<h4 align="right">this where you put text</h4>
<table border="2px" align="center" >
<tr>
<th>
Message
</th>
</tr>
</table>
<h1>Keys</h1>
</table>
<br>
<br>
<br>
<a href="message1tank">Meesage!</a>
</form>
</div>
</div>
</body>
</html>