-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 762 Bytes
/
index.html
File metadata and controls
36 lines (27 loc) · 762 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Bhaskar Upadhyayula</title>
<link rel="stylesheet" type="text/css" href="css/style.css" -->
</head>
<body>
<p>
<ul>
<li>
<a href="blog/scion-of-ikshvaku.html"> Book Review: Scion of Ikshvaku </a>
</li>
<li>
<a href="archive/vim-e658-duplicate-cscope-database-error.html"> Vim with
Cscope error (e658 - duplicate database) </a>
</li>
<li>
<a href="archive/endianness-my-notes.html"> Notes on Endianness </a>
</li>
<li>
<a href="archive/building-linux-kernel-notes.html"> Notes on building Linux kernel </a>
</li>
</ul>
</p>
</body>
</html>