-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
36 lines (29 loc) · 1016 Bytes
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Blog | Amanda Zhang</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="assests/flower.png">
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap" rel="stylesheet">
</head>
<body>
<img id="pfp" src="assests/notebook.png">
<div class="intro" id="intro">
<h1 class="name">Blog</h1>
<br>
<h3>Amanda's public journal.</h3>
</div>
<br>
<a href="blogs/230107.html">01/07/23 -- NEW YEAR</a><br>
<a href="blogs/221228.html">12/28/22 -- WHAT</a><br>
<br><br><br>
<div class="icon">
<a href="index.html"><img src="assests/flower.png"></a>
</div>
<script src="script.js"></script>
</body>
</html>