-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom_things.html
More file actions
40 lines (40 loc) · 877 Bytes
/
random_things.html
File metadata and controls
40 lines (40 loc) · 877 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>Di Jin's Personal Page</title>
<style>
body {
max-width: 800px;
margin: auto;
padding: 10px;
}
.photo {
width: 200px;
}
code {
max-width: 800px;
background-color: #eeeeee;
overflow: auto;
}
pre {
padding-top: 5px;
padding-bottom: 5px;
padding: 5px;
max-width: 800px;
background-color: #eeeeee;
overflow: auto;
}
</style>
</head>
<body>
<h1>Di Jin's Personal Page</h1>
<nav><ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/publications.html">Publications & Projects</a></li>
<li>Random Things</li>
<li><a href="/fragments.html">Fragments of my Life</a></li>
</ul></nav>
<hr />
<h3>Random Things</h3> <p>To be filled :)</p>
</body>
</html>