-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (32 loc) · 839 Bytes
/
index.html
File metadata and controls
40 lines (32 loc) · 839 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
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Ray Yang's Log</title>
<style>
.text-container {
text-align: center;
}
.image-container {
text-align: center;
}
.image-container img {
max-width: 1200px;
height: auto;
margin: 10px;
}
</style>
</head>
<body>
<div class="text-container">
<h1>Ray's Log</h1>
<p>by ray yang</p>
<br>
<a href="20240130.htm">20240130</a>有意思的乡村摄影,HDR的意义<br>
<a href="20240202.htm">20240202</a>The bullshit from Chat AI<br>
<a href="parismuseum.html">20240204</a>Paris Museum for Impressionism<br>
<a href="maxbeckmann.html">20240205</a>Max Beckmann Paintings<br>
</div>
<div class="image-container">
</div>
</body>
</html>