-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathguestbook.html
More file actions
37 lines (36 loc) · 752 Bytes
/
guestbook.html
File metadata and controls
37 lines (36 loc) · 752 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
28
29
30
31
32
33
34
35
36
37
<!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> -->
<link rel="stylesheet" href="comment-widget-dark.css">
</head>
<body>
<header>
<a href="sidebar.html"><button><h3>Return To Sidebar</h3></button></a>
</header>
<marquee scrollamount=20><img src="construction.gif" /></marquee>
<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