-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
62 lines (58 loc) · 1.43 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
55
56
57
58
59
60
61
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles5.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<div class="card-image image7"><br>
</div>
</center>
</div>
<div class="card">
<center>
<table border="10" cellspacing="1" cellpadding="5">
<tr>
<td>The Beginning</td>
<td><a href="bjcBegins.html">Reverend Barnwell</a></td>
</tr>
<tr>
<td>Boise Junior College</td>
<td><a href="bjc.html">Seal</a></td>
</tr>
<td>The Signing</td>
<td><a href="BoisColl2.html">Governor Smylie</a></td>
</tr>
<tr>
<td>Boise College</td>
<td><a href="BoiseColl.html">Seal</a></td>
</tr>
<tr>
<td>The Second Signing</td>
<td><a href="BoisState2.html">Governor Samuelson</a></td>
</tr>
<tr>
<td>Design</td>
<td><a href="BoisState3.html">Lee and Leon</a></td>
</tr>
<tr>
<td>Boise State College</td>
<td><a href="BoisState.html">Seal</a></td>
</tr>
<tr>
<td>The Third Signing</td>
<td><a href="bsu2.html">Governor Andrus</a></td>
</tr>
<tr>
<td>Boise State University</td>
<td><a href="bsu.html">Seal</a></td>
</tr>
</table>
</center>
</div>
</div>
</body>
</html>