-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 883 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>NetWiCS 2024</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<h1>Alexander Liu</h1>
<p class="bold-paragraph">
And this is a paragraph with <b id="bold">bold</b> text.
</p>
<img
src="./photos/cascade-mountain.jpeg"
alt="view from the top of the cascade mountain peak"
/>
<img
src="./photos/dallas-fort-worth-international.jpeg"
alt="a new area in dallas fort worth airport"
/>
<img
src="./photos/niagara-falls.jpeg"
alt="the canadian side of niagara falls"
/>
<img
src="./photos/eden.jpeg"
alt="a windowsill full of plants in front a snowy window"
/>
<img
src="./photos/getty-center.jpeg"
alt="a tall tree sculpture at the getty"
/>
</body>
</html>