-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 1.56 KB
/
index.html
File metadata and controls
46 lines (41 loc) · 1.56 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
<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<title>Sanni's Journal</title>
</head>
<body>
<header>
<h1>Sanni's Journal</h1>
<h2>So fresh and so clean</h2>
</header>
<main>
<article>
<h2>13/05/23: Spatulas</h2>
<p><img src="images/spatula.gif" alt="spatulas"></p>
<p>
Yesterday I went to the store and got some much-needed <a href="https://www.youtube.com/watch?v=2XbCWmY0eqY">spatulas!</a> (What better way to say I love myself than to buy myself a spatula?)
</p>
</article>
<article>
<h2>14/05/23: Cookie Monster Cupcakes</h2>
<p><img src="images/cookiemonster.jpg" alt="cookie monster"></p>
<p>My favorite cartoon character is Cookie Monster, and my favorite dessert is cupcakes, so Cookie Monster cupcakes are the best of both worlds.
</p>
<p>Did you know? Cookie Monster once said, <q>Sometimes me think what is love, and then me think love is what last cookie is for. Me give up the last cookie for you.</q> I wonder if the same applies for cupcakes? (If so, I don't think I can ever love ANYONE!)
</p>
</article>
</main>
<hr>
<footer>
<h2>Stay connected</h2>
<p>Join my mailing list.</p>
<form>
<p><input type="text" placeholder="First name"></p>
<p><input type="text" placeholder="Email"></p>
<p><input type="submit" value="Submit"></p>
</form>
<p>© 2023 Sanni. No Rights Reserved.</p>
</footer>
</body>
</html>