-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguest_book.html
More file actions
49 lines (49 loc) · 2.06 KB
/
guest_book.html
File metadata and controls
49 lines (49 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href=resources/css/labsBlog.css rel=stylesheet>
<title>TiRaMiSu CAKE</title>
</head>
<body>
<div theme="blog">
<section class="maincontainer">
<div class="container is-page">
<header class="navigation-header">
<section class="top-links">
<a href="index.html">Home</a><p>|</p>
</section>
</header>
<header class="notification-header">
</header>
<div class="blog-post">
<br>
<img src="resources/images/guest.jpg" width="675">
<h1>Guest Book</h1>
<hr>
<p>Welcome sweeties!</p>
<p>If you liked our posts of our blog, please leave a short message here to enspire our bloggers.</p>
<br>
<p>Special Event going on - Check out other posts for more infos about this event!</p>
<p>What made the TiRaMiSu alert?</p>
<br>
<hr>
<section class="add-comment">
<h2>Leave a comment</h2>
<form action="submit_comment.php" method="POST">
<textarea required rows="12" cols="300" name="comment" placeholder="Your comment here..."></textarea>
<button class="button" type="submit">Submit</button>
</form>
</section>
<br><br>
<div class="is-linkback">
<a href="index.html">Back to Blog</a>
</div>
</div>
</div>
</section>
<div class="footer-wrapper">
</div>
</div>
</body>
</html>