-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguestbook.html
45 lines (44 loc) · 919 Bytes
/
guestbook.html
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
<!DOCTYPE html>
<head>
<style>
.container {
display: flex;
margin: auto;
width:100%;
justify-content:center;
}
.links {
flex: 1;
margin: 20px;
width:70%;
align:center;
}
table {
width:100%;
text-align: center;
}
</style>
<base href="https://cbass92.org"/>
<link rel="stylesheet" href="main-styles.css">
<link rel="stylesheet" href="comment-widget-dark.css">
</head>
<body>
<header>
<img src="welcome.gif" />
</header>
<marquee scrollamount=20><img src="construction.gif"/></marquee>
<table class="navbar">
<tr>
<td><a href=index.html>Home</a></td>
<td><a href=projects.html>My Links</a></td>
</tr>
</table>
<div class="container">
<div class="links">
<table>
<tr><td id="c_widget"></td></tr></div>
<script src="comment-widget.js"></script>
</table>
</div>
</div>
</body