-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (46 loc) · 1.36 KB
/
index.html
File metadata and controls
56 lines (46 loc) · 1.36 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>picaboo</title>
<style>
body {
font-family: 'Courier New', Courier, monospace;
line-height: 1.2;
color: #000;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
}
h1, h2, h3{
font-weight: normal;
}
a {
color: #00f;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<p>
[<a href="https://niranjan-bhol.github.io" target="_blank">home</a>]
[<a href="https://x.com/NiranjanBhol14" target="_blank">twitter</a>]
[<a href="https://github.com/niranjan-bhol" target="_blank">github</a>]
[<a href="blogs/blogs.html" target="_blank">blog</a>]
</p>
<h2>hi, im niranjan</h2>
<p>i build simple things with programming.</p>
<p>artificial intelligence undergrad.</p>
<p>probably coding right now.</p>
<p>life, startup, stock market and computers.</p>
<img src="images/image.jpeg" width="350" height="200">
<footer>
<p>© 2024 niranjan</p>
</footer>
</body>
</html>